X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=75283da711ca796f02b4ee243951c7b70afb1dee;hb=892d099baa74f7399d60c78378f2e401dd14e05e;hp=3d7549816ecfc197fdbccb1033cd28ad3448d9b3;hpb=8f6271e82d1eb26df1cb89a34633cc194281cde3;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 3d75498..75283da 100644 --- a/vimrc +++ b/vimrc @@ -449,6 +449,10 @@ if has('syntax') let g:perl_fold_blocks = 1 let g:perl_nofold_packages = 1 let g:perl_include_pod = 1 " syntax coloring for PODs + " Vim, enable folding for autogroups (a) and functions (f). + let g:vimsyn_folding = "af" + " XML. + let g:xml_syntax_folding = 1 endif