treesitter indentation enabled

This commit is contained in:
Ray Elliott 2022-02-06 11:03:50 +00:00
parent 939041bd35
commit 4fe671e7fa
1 changed files with 3 additions and 0 deletions

View File

@ -10,4 +10,7 @@ require'nvim-treesitter.configs'.setup {
-- Instead of true it can also be a list of languages -- Instead of true it can also be a list of languages
additional_vim_regex_highlighting = false, additional_vim_regex_highlighting = false,
}, },
indent = {
enable = true
}
} }