feat(fold): reset default options for fold
Allows using astroui's lsp and treesitter based fold methods
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user