Przeglądaj źródła

remove folds by default

Josh Bicking 8 lat temu
rodzic
commit
eb883e393a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      vimrc

+ 1 - 1
vimrc

@@ -107,7 +107,7 @@ set path+=**
 
 set foldmethod=indent " fold based on indent
 
-set foldlevelstart=1 " foldlevel when window is loaded
+set foldlevelstart=20 " foldlevel when window is loaded
 
 set foldmethod=indent " fold based on indent level