turn off folding by default
This commit is contained in:
parent
ef57cd1a69
commit
789878a2cb
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ vim.opt.listchars = {
|
|||
nbsp = "␣",
|
||||
}
|
||||
|
||||
vim.opt.foldenable = true
|
||||
vim.opt.foldcolumn = "4"
|
||||
vim.opt.foldenable = false
|
||||
vim.opt.foldcolumn = "0"
|
||||
vim.opt.foldlevel = 99
|
||||
vim.opt.foldlevelstart = 99
|
||||
vim.opt.fillchars = "eob: ,fold: ,foldopen:,foldsep: ,foldclose:"
|
||||
|
|
Loading…
Reference in a new issue