This commit is contained in:
Tomas Mirchev 2025-10-22 17:57:07 +03:00
parent 65ef4a6828
commit 08c5a0536e
2 changed files with 0 additions and 4 deletions

View File

@ -106,6 +106,3 @@ vim.diagnostic.config({
},
severity_sort = true,
})
vim.opt.foldmethod = 'expr'
vim.opt.foldexpr = 'nvim_treesitter#foldexpr()'

View File

@ -91,7 +91,6 @@ return {
highlight = { enable = true },
incremental_selection = { enable = true },
textobjects = { enable = true },
fold = { enable = true },
ensure_installed = general.ts_parsers,
},
},