removed treesitter indent (it's broken)

This commit is contained in:
Daniel Knüttel 2021-09-20 18:25:35 +02:00
parent 802200f3f7
commit ca107ef3e9
1 changed files with 3 additions and 3 deletions

View File

@ -260,9 +260,9 @@ require'nvim-treesitter.configs'.setup {
highlight = {
enable = true,
},
indent = {
enable = true,
},
-- indent = {
-- enable = true,
-- },
fold = {
enable = true,
},