Install nvim-ufo

This commit is contained in:
Fábio André Damas 2025-04-04 14:59:29 +01:00
parent 77634d7ab9
commit fde53fcdd0
5 changed files with 28 additions and 10 deletions

View file

@ -12,9 +12,14 @@ opt.colorcolumn = "80"
opt.clipboard:append({ "unnamed", "unnamedplus" })
opt.expandtab = true
opt.exrc = true
opt.foldmethod = "syntax"
opt.foldcolumn = "1"
opt.foldlevelstart = 20
opt.foldlevel = 99
opt.foldlevelstart = 99
opt.foldenable = true
opt.fillchars:append({
foldopen = "",
foldclose = "",
})
opt.ignorecase = true
opt.incsearch = true
opt.inccommand = "split"