Results 51 comments of mingang.he

I found this issue that seems to be related to the foldexpr. After commenting out the following configuration, the performance returned to normal: ```lua vim.wo.foldmethod = 'expr' vim.wo.foldexpr = 'v:lua.vim.treesitter.foldexpr()'...