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