keep treesitter indenting enabled by default

This commit is contained in:
siduck 2022-09-09 09:49:31 +05:30
parent e8a4158924
commit 0e6ab04ed7

View file

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