format / json / vim / xmlAtalhos para formatar XML e JSON no VimUsando isso, posso ter meus arquivos XML e JSON bem formatados no lugar: map <leader>pj :%!python -m json.tool<CR>map <leader>px :%!xmllint % --format<CR>