fix nvim: 啟動indent自動縮排

This commit is contained in:
2025-05-23 08:07:20 +08:00
parent eba0ff804e
commit 37a9abb546

View File

@@ -36,7 +36,7 @@ return {
highlight = { highlight = {
enable = true, -- 啟用高亮 enable = true, -- 啟用高亮
}, },
-- indent = { enable = true }, indent = { enable = true },
}) })
end, end,
}, },