Explorar el Código

remove folds by default

Josh Bicking hace 8 años
padre
commit
eb883e393a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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