fix: disable neovim's smartidentent

This commit is contained in:
Ryan Yin
2023-07-17 16:48:59 +08:00
parent d12e3b979a
commit f52d604d42

View File

@@ -7,7 +7,7 @@ return {
signcolumn = "auto", -- Show sign column when used only
spell = false, -- Spell checking
swapfile = false, -- Swapfile
smartindent = false; -- fix https://github.com/ryan4yin/nix-config/issues/4
},
},