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 8b3f927ce0
commit bbd9c12267

2
vimrc
View File

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