Increase the depth required for folding by one layer

This commit is contained in:
Kevin MacMartin 2017-05-02 15:28:45 -04:00
parent 5a7b4329dc
commit 0499ddf61b

View file

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