treesitter indentation enabled

This commit is contained in:
Ray Elliott 2022-02-06 11:03:50 +00:00
commit 4fe671e7fa

View file

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