Install nvim-ufo
This commit is contained in:
parent
77634d7ab9
commit
fde53fcdd0
5 changed files with 28 additions and 10 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue