nvimrc: re-enable treesitter indent support

This commit is contained in:
Rob Watson 2021-10-04 15:09:37 +02:00
parent 47c20bfd2a
commit f24b6f2dd0
1 changed files with 1 additions and 1 deletions

2
nvimrc
View File

@ -510,7 +510,7 @@ require 'nvim-treesitter.configs'.setup {
enable = true,
},
indent = {
enable = false,
enable = true,
},
textobjects = {
select = {