diff --git a/lua/setup/treesitter.lua b/lua/setup/treesitter.lua index 094140a..771d4ea 100644 --- a/lua/setup/treesitter.lua +++ b/lua/setup/treesitter.lua @@ -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,