From 6f17872ae0f392846a6868c3896b3454b2abf9d8 Mon Sep 17 00:00:00 2001 From: niverton Date: Wed, 2 Jul 2025 16:32:56 +0200 Subject: [PATCH] feat(fold): reset default options for fold Allows using astroui's lsp and treesitter based fold methods --- lua/plugins/14-options.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/plugins/14-options.lua b/lua/plugins/14-options.lua index 57331d6..d04d2ba 100644 --- a/lua/plugins/14-options.lua +++ b/lua/plugins/14-options.lua @@ -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",