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,
|
autoindent = true,
|
||||||
breakindent = true,
|
breakindent = true,
|
||||||
expandtab = true,
|
expandtab = true,
|
||||||
|
foldlevel = 1,
|
||||||
foldlevelstart = 99,
|
foldlevelstart = 99,
|
||||||
foldmethod = 'indent',
|
foldmethod = 'indent',
|
||||||
formatoptions = 'lm',
|
formatoptions = 'lm',
|
||||||
|
|
Loading…
Reference in a new issue