]> gitweb.fluxo.info Git - rhatto/dotfiles/vim.git/commitdiff
Updates foldlevelstart
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 1 Apr 2016 22:13:20 +0000 (19:13 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 1 Apr 2016 22:13:20 +0000 (19:13 -0300)
vimrc.dot.link

index 795073713bb6b05a34716ab198b885110f255aaf..cad3f9dbf27902cf68211b49d256fabb805c5a96 100644 (file)
@@ -43,7 +43,7 @@ au VimLeave *remind/* silent call ResetTitle("wyrd")
 
 " Folding
 set foldmethod=syntax
-set foldlevelstart=1
+set foldlevelstart=99
 let g:sh_fold_enabled=1
 let javaScript_fold=1
 let perl_fold=1