update: nvim: disable treesitter indent
This commit is contained in:
parent
d21ca81abe
commit
4432fd2ea5
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ require 'nvim-treesitter.configs'.setup {
|
|||
},
|
||||
},
|
||||
indent = {
|
||||
enable = true,
|
||||
enable = false,
|
||||
},
|
||||
matchup = {
|
||||
enable = true,
|
||||
|
|
Loading…
Reference in a new issue