mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +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
|
||||
o.foldmethod = "indent" -- Use indent to determine the fold 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
|
||||
|
||||
-- Split order
|
||||
|
|
Loading…
Reference in a new issue