nvim: set the fold level

This commit is contained in:
Oliver Davies 2021-12-17 23:23:51 +00:00
parent 2d9f2a995e
commit 9c406d5358

View file

@ -67,6 +67,7 @@ local function set_vim_o()
autoindent = true,
breakindent = true,
expandtab = true,
foldlevel = 1,
foldlevelstart = 99,
foldmethod = 'indent',
formatoptions = 'lm',