Enable folding for XML files

master
Dustin C. Hatch 2013-01-28 21:46:16 -06:00
parent 45a01344f0
commit 70a1db7589
2 changed files with 6 additions and 0 deletions

View File

@ -3,3 +3,6 @@ setlocal softtabstop=2
setlocal shiftwidth=2
setlocal expandtab
setlocal autoindent
set foldlevelstart=99
let g:xml_syntax_folding=1
setlocal foldmethod=syntax

View File

@ -61,3 +61,6 @@ elseif has('unix')
" Nice font and size (escape spaces) (GUI only)
set guifont=Luxi\ Mono\ 9
endif
" Open all folds by default
set foldlevelstart=99