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:
parent
9c406d5358
commit
79a2687fcf
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue