Open folds by default in neovim
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user