increase folderlevelstart to 10, 3 is annoying

This commit is contained in:
Thomas Ruoff
2017-01-18 08:30:08 +01:00
committed by Thomas Ruoff
parent 230c10b90e
commit 78c682da2e

2
vimrc
View File

@@ -115,7 +115,7 @@ set formatoptions+=j " Delete comment character when joining commente
" Folding {{{
set foldmethod=indent
set foldlevelstart=3
set foldlevelstart=10
" }}}
" Diff settings {{{