vim: Set foldnestmax to 20

This commit is contained in:
doyle 2022-04-03 11:04:07 +10:00
parent adb59f0bfa
commit 0a0d992b93

View File

@ -81,7 +81,7 @@ set fileformats=unix,dos
" <z,Shift+r> decreases the foldlevel to zero -- all folds will be open.
set foldlevelstart=99 " Initially all folds open
set foldmethod=indent " Allow folding of
set foldnestmax=1 " Maximum number of nested folds
set foldnestmax=20 " Maximum number of nested folds
set guioptions=menu " remove extra gui elements
set laststatus=2 " always show status bar
set linebreak " When wrapping lines, don't break words