set startfoldlevel to 1

This commit is contained in:
Thomas Ruoff
2018-02-16 08:55:45 +01:00
parent 1798581de9
commit 6b56d409fc

1
vimrc
View File

@@ -136,6 +136,7 @@ set expandtab
" Folding {{{
set foldmethod=indent
set foldlevelstart=1
set nofoldenable
" }}}