update submodules, several small changes
[dotfiles.git] / vim / .vimrc
index e3bcafd..aebe036 100644 (file)
@@ -42,6 +42,10 @@ map <TAB>k <C-W>k
 nnoremap n nzzzv
 nnoremap N Nzzzv
 
+" Fold settings
+set foldmethod=syntax
+set foldlevelstart=99
+
 " Unbind arrow keys, who has them anyways on the keyboard...
 for prefix in ['i', 'n', 'v']
        for key in ['<UP>', '<DOWN>', '<LEFT>', '<RIGHT>']