feat(nvim): disable treesitter indenting
This commit is contained in:
parent
dab755251c
commit
9935cd4aa4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ require('nvim-treesitter.configs').setup({
|
||||||
additional_vim_regex_highlighting = false
|
additional_vim_regex_highlighting = false
|
||||||
},
|
},
|
||||||
indent = {
|
indent = {
|
||||||
enable = true,
|
enable = false,
|
||||||
},
|
},
|
||||||
rainbow = {
|
rainbow = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue