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:
Oliver Davies 2025-04-03 22:26:43 +01:00
parent fe9a8885ee
commit 5a50cb5c93

View file

@ -7,8 +7,7 @@ local settings = {
breakindent = true,
expandtab = true,
exrc = true,
foldlevel = 1,
foldlevelstart = 99,
foldlevelstart = 1,
foldmethod = "indent",
formatoptions = "clqjp",
hidden = false,