feat: configure folding for xml files

server
iGor milhit 2017-07-19 11:57:50 +02:00
parent 1914f835f4
commit 218be3c905
No known key found for this signature in database
GPG Key ID: 3B5043D919E99ED2
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ autocmd FileType json setlocal foldmethod=syntax " Type de fold si c'est du J
autocmd FileType json set foldlevel=2 " Détermine le niveau de fold par défaut pour le JSON
autocmd FileType markdown set foldlevel=0 " Détermine le niveau de fold par défaut pour le md
let g:xml_syntax_folding=3
au FileType xml setlocal foldmethod=syntax
" `.md` for markdown files
au BufRead,BufNewFile *.md set filetype=markdown