fix(vim): remove treesitter for indenting and go back to native

This commit is contained in:
Ade Attwood 2022-09-08 20:53:32 +01:00
parent 04a4d88c3c
commit 6808cf40b2

View file

@ -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