Decrease the number of indents before folds appear and disable folding by default

This commit is contained in:
Kevin MacMartin 2018-04-09 16:11:10 -04:00
parent 5244bd6c7b
commit ec41593643

View file

@ -64,7 +64,8 @@
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=9 "fold layers 10 and deeper set foldmethod=syntax foldcolumn=1 foldlevel=2 "fold layers 3 and deeper
set nofoldenable "disable folds by default
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
"}}} "}}}