disable smartindent

This commit is contained in:
Salar Rahmanian 2024-08-25 21:24:24 -07:00
parent 8d6d972b8e
commit 2c54ee721d
2 changed files with 4 additions and 1 deletions

View file

@ -58,7 +58,7 @@ return {
auto_install = true,
highlight = { enable = true },
indent = { enable = true, disable = { "python" } },
indent = { enable = true },
incremental_selection = {
enable = true,
keymaps = {