disable indent for treesitter

This commit is contained in:
Oliver Hartmann 2022-07-01 20:55:20 +02:00
parent f9d9bbd258
commit 4bd385dd55

View File

@ -13,6 +13,9 @@ require('nvim-treesitter.configs').setup({
-- colors = {}, -- table of hex strings -- colors = {}, -- table of hex strings
-- termcolors = {} -- table of colour name strings -- termcolors = {} -- table of colour name strings
}, },
indent = {
enable = false -- maybe buggy
},
textobjects = { textobjects = {
select = { select = {
enable = true, enable = true,