nvim: fold everything by default

To make it easier to remind myself that folding is a thing, for now I'm
going to enable it by default again for all files.
This commit is contained in:
Oliver Davies 2021-12-17 23:31:23 +00:00
parent 9c406d5358
commit 79a2687fcf

View file

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