Increase the depth before folding by one

This commit is contained in:
Kevin MacMartin 2017-07-07 12:22:40 -04:00
parent f805dc5e7a
commit 18388aac7a

View file

@ -52,7 +52,7 @@
syntax on "enable syntax highlighting
set formatoptions=roqnl12 "how automatic formatting is to be done
set diffopt=foldcolumn:0,filler "vimdiff default settings
set foldmethod=syntax foldcolumn=1 foldlevel=8 "fold layers 8 or more deep
set foldmethod=syntax foldcolumn=1 foldlevel=9 "fold layers 10 and deeper
set tw=80 "set the default text width to 80 when nothing overrides this
"}}}