remove foldlevelstart 10, annoying me

This commit is contained in:
Thomas Ruoff
2017-06-01 08:41:37 +02:00
parent de9198f932
commit 6684f83b1d

1
vimrc
View File

@@ -124,7 +124,6 @@ set nojoinspaces
" Folding {{{ " Folding {{{
set foldmethod=indent set foldmethod=indent
set foldlevelstart=10
" }}} " }}}
" Diff settings {{{ " Diff settings {{{