disable indent for treesitter
This commit is contained in:
parent
f9d9bbd258
commit
4bd385dd55
@ -13,6 +13,9 @@ require('nvim-treesitter.configs').setup({
|
||||
-- colors = {}, -- table of hex strings
|
||||
-- termcolors = {} -- table of colour name strings
|
||||
},
|
||||
indent = {
|
||||
enable = false -- maybe buggy
|
||||
},
|
||||
textobjects = {
|
||||
select = {
|
||||
enable = true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user