Browse Source

remove folds by default

Josh Bicking 8 năm trước cách đây
mục cha
commit
eb883e393a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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