Set foldlevelstart
to 1
I'd like to use folds more, so I'm going to try setting the default foldlevel to 1 so that I can see and use them on a more regular basis.
This commit is contained in:
parent
fe9a8885ee
commit
5a50cb5c93
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ local settings = {
|
||||||
breakindent = true,
|
breakindent = true,
|
||||||
expandtab = true,
|
expandtab = true,
|
||||||
exrc = true,
|
exrc = true,
|
||||||
foldlevel = 1,
|
foldlevelstart = 1,
|
||||||
foldlevelstart = 99,
|
|
||||||
foldmethod = "indent",
|
foldmethod = "indent",
|
||||||
formatoptions = "clqjp",
|
formatoptions = "clqjp",
|
||||||
hidden = false,
|
hidden = false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue