fix nvim: 啟動indent自動縮排

This commit is contained in:
Yuan Chiu 2025-05-23 08:07:20 +08:00
parent eba0ff804e
commit 37a9abb546
Signed by: yuan
GPG Key ID: 50FBE4156404B98D

View File

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