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