keep treesitter indenting enabled by default
This commit is contained in:
parent
e8a4158924
commit
0e6ab04ed7
|
@ -10,10 +10,15 @@ local options = {
|
|||
ensure_installed = {
|
||||
"lua",
|
||||
},
|
||||
|
||||
highlight = {
|
||||
enable = true,
|
||||
use_languagetree = true,
|
||||
},
|
||||
|
||||
indent = {
|
||||
enable = true,
|
||||
},
|
||||
}
|
||||
|
||||
-- check for any override
|
||||
|
|
Loading…
Reference in New Issue