xml file editing using vim

xmledit filetype plugin should be of enormous help for editing xml with vim.

It provides:

- xml tag autocompletion at the close of the tag > and if pressed >> brings the closing tag to a newline and places the cursor in in the middle line between the opening and the closing tag.
- visually select a portion of text and then x would prompt you enclose it with custom tag and attributes.
- % matches of a tag(?) Should this be helpful? But anyway it should be configurable to match the tags instead.

xmledit with xmllint should be enough I guess to use vim as my xml editor.

No comments: