Open folds by default in neovim

This commit is contained in:
2023-05-07 17:53:23 +01:00
parent afecae7034
commit bf72a2a2df

View File

@ -14,6 +14,7 @@ o.clipboard = "unnamedplus"
o.compatible = false o.compatible = false
o.encoding = "utf-8" o.encoding = "utf-8"
o.expandtab = true o.expandtab = true
o.foldlevel = 99
o.hidden = true o.hidden = true
o.hlsearch = false o.hlsearch = false
o.ignorecase = true o.ignorecase = true