diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 1596f92..192dd5b 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -23,15 +23,8 @@ local function setup() disable = {}, additional_vim_regex_highlighting = { "org", }, }, - - -- Indentation based on treesitter for the = operator. - -- NOTE: This is an experimental feature. - indent = { - enable = true, - }, }) - vim.opt.foldmethod = "expr" vim.opt.foldexpr = "nvim_treesitter#foldexpr()" vim.opt.foldenable = false