nvimrc: re-enable treesitter indent support
This commit is contained in:
parent
47c20bfd2a
commit
f24b6f2dd0
2
nvimrc
2
nvimrc
@ -510,7 +510,7 @@ require 'nvim-treesitter.configs'.setup {
|
||||
enable = true,
|
||||
},
|
||||
indent = {
|
||||
enable = false,
|
||||
enable = true,
|
||||
},
|
||||
textobjects = {
|
||||
select = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user