Improve docstring about foldlevel option

This commit is contained in:
ItsDrike 2021-12-09 01:16:25 +01:00
parent d1ad56a69e
commit cff3a5e70a
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843

View file

@ -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