keep treesitter indenting enabled by default

This commit is contained in:
siduck 2022-09-09 09:49:31 +05:30
parent e8a4158924
commit 0e6ab04ed7
1 changed files with 5 additions and 0 deletions

View File

@ -10,10 +10,15 @@ local options = {
ensure_installed = { ensure_installed = {
"lua", "lua",
}, },
highlight = { highlight = {
enable = true, enable = true,
use_languagetree = true, use_languagetree = true,
}, },
indent = {
enable = true,
},
} }
-- check for any override -- check for any override