Nvim: add ufo fold plugin

This commit is contained in:
Marko Korhonen 2023-09-20 16:23:52 +03:00
parent 7895e73ce6
commit 7330cf920b
5 changed files with 32 additions and 1 deletions

View file

@ -49,10 +49,16 @@ o.shiftwidth = 4
o.smartindent = true
-- Firenvim settings
vim.g.firenvim_config = {
g.firenvim_config = {
localSettings = {
[".*"] = {
takeOver = "never",
},
},
}
-- Fold settings (for ufo)
o.foldcolumn = "1"
o.foldlevel = 99
o.foldlevelstart = 99
o.foldenable = true