sets initial fold level for neovim
This commit is contained in:
parent
ec3549c4a6
commit
e19249a62e
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ local options = {
|
||||||
scrolloff = 6, -- is one of my fav
|
scrolloff = 6, -- is one of my fav
|
||||||
sidescrolloff = 4,
|
sidescrolloff = 4,
|
||||||
winbar = nil,
|
winbar = nil,
|
||||||
|
foldlevel = 99,
|
||||||
|
foldlevelstart = 99,
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.opt.shortmess:append("c")
|
vim.opt.shortmess:append("c")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue