mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 13:14:35 +00:00
Improve docstring about foldlevel option
This commit is contained in:
parent
d1ad56a69e
commit
cff3a5e70a
|
@ -16,7 +16,7 @@ o.shiftround = true -- Always round indent to multiple of shiftwidth
|
||||||
-- Folding
|
-- Folding
|
||||||
o.foldmethod = "indent" -- Use indent to determine the fold levels
|
o.foldmethod = "indent" -- Use indent to determine the fold levels
|
||||||
o.foldnestmax = 8 -- Only fold up to given amount of levels
|
o.foldnestmax = 8 -- Only fold up to given amount of levels
|
||||||
o.foldlevel = 2 -- Set initial fold level
|
o.foldlevel = 2 -- Set initial fold level (don't fold first 2 levels)
|
||||||
o.foldenable = false -- Hide all folds by default
|
o.foldenable = false -- Hide all folds by default
|
||||||
|
|
||||||
-- Split order
|
-- Split order
|
||||||
|
|
Loading…
Reference in a new issue