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,
|
enable = true,
|
||||||
},
|
},
|
||||||
indent = {
|
indent = {
|
||||||
enable = false,
|
enable = true,
|
||||||
},
|
},
|
||||||
textobjects = {
|
textobjects = {
|
||||||
select = {
|
select = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user