To install the xml.vim plugin, follow these steps:
Download latest version of the
xml.vimplugin from https://github.com/vim-scripts/xml.vim.Unzip the file to the
~/.vim/ftplugin/directory.Because Vim uses other default XML features we want to use, edit
~/.vim/ftplugin/xml.vimand comment (") the lineb:did_ftplugin = 1
Restart Vim. Now you can access the plugin's help by entering
:help xml-plugin

