nvim: set the fold level
This commit is contained in:
parent
2d9f2a995e
commit
9c406d5358
|
@ -67,6 +67,7 @@ local function set_vim_o()
|
|||
autoindent = true,
|
||||
breakindent = true,
|
||||
expandtab = true,
|
||||
foldlevel = 1,
|
||||
foldlevelstart = 99,
|
||||
foldmethod = 'indent',
|
||||
formatoptions = 'lm',
|
||||
|
|
Loading…
Reference in a new issue