Nvim: add ufo fold plugin
This commit is contained in:
parent
7895e73ce6
commit
7330cf920b
5 changed files with 32 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue