diff --git a/modules/editor/config/lua/opdavies/options.lua b/modules/editor/config/lua/opdavies/options.lua index ce951037..745bd8f7 100644 --- a/modules/editor/config/lua/opdavies/options.lua +++ b/modules/editor/config/lua/opdavies/options.lua @@ -7,7 +7,8 @@ local settings = { breakindent = true, expandtab = true, exrc = true, - foldlevelstart = 1, + foldlevel = 1, + foldlevelstart = 99, foldmethod = "indent", formatoptions = "clqjp", hidden = false,