feat(fold): reset default options for fold

Allows using astroui's lsp and treesitter based fold methods
This commit is contained in:
2025-07-02 16:32:56 +02:00
parent e35c69881a
commit 6f17872ae0

View File

@@ -27,8 +27,6 @@ return {
"linematch:60",
},
expandtab = true,
foldmethod = "syntax",
foldnestmax = 150,
grepprg = vim.fn.executable("rg") and "rg --vimgrep" or nil,
guifont = {
"VictorMono Nerd Font",