Browse Source

remove folds by default

Josh Bicking 8 years ago
parent
commit
eb883e393a
1 changed files with 1 additions and 1 deletions
  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