Revert "Set foldlevelstart to 1"

This reverts commit 5a50cb5c93.
This commit is contained in:
Oliver Davies 2025-04-16 08:28:58 +01:00
parent a60ab045a8
commit c7d1d86c26

View file

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