fix(vim): remove treesitter for indenting and go back to native
This commit is contained in:
parent
04a4d88c3c
commit
6808cf40b2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
require'nvim-treesitter.configs'.setup {
|
||||
indent = { enable = true },
|
||||
indent = { enable = false },
|
||||
rainbow = { enable = true },
|
||||
highlight = {
|
||||
-- `false` will disable the whole extension
|
||||
|
|
|
|||
Loading…
Reference in a new issue