diff --git a/configs/nvim/lua/plugin/syntax-highlight/treesitter.lua b/configs/nvim/lua/plugin/syntax-highlight/treesitter.lua index 55d636f..8ec44c2 100644 --- a/configs/nvim/lua/plugin/syntax-highlight/treesitter.lua +++ b/configs/nvim/lua/plugin/syntax-highlight/treesitter.lua @@ -29,7 +29,7 @@ registry.install { } } - bindings.set('foldmethod', 'expr') - bindings.set('foldexpr', 'nvim_treesitter#foldexpr()') + -- bindings.set('foldmethod', 'expr') + -- bindings.set('foldexpr', 'nvim_treesitter#foldexpr()') end }