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",
|
"linematch:60",
|
||||||
},
|
},
|
||||||
expandtab = true,
|
expandtab = true,
|
||||||
foldmethod = "syntax",
|
|
||||||
foldnestmax = 150,
|
|
||||||
grepprg = vim.fn.executable("rg") and "rg --vimgrep" or nil,
|
grepprg = vim.fn.executable("rg") and "rg --vimgrep" or nil,
|
||||||
guifont = {
|
guifont = {
|
||||||
"VictorMono Nerd Font",
|
"VictorMono Nerd Font",
|
||||||
|
|||||||
Reference in New Issue
Block a user