use saner value for default fold levels

This commit is contained in:
Thomas Ruoff
2016-11-22 17:46:58 +01:00
parent 16bceb0aaf
commit 3d666fce36

2
vimrc
View File

@@ -155,7 +155,7 @@ set spelllang=en,de
" Open all folds initially
set foldmethod=indent
set foldlevelstart=99
set foldlevelstart=10
" Writes to the unnamed register also writes to the * and + registers. This
" makes it easy to interact with the system clipboard