vote up 1 vote down star
2

Possible Duplicate:
Favorite (G)Vim plugins/scripts?

I mostly do front end development and I'm wondering what sort of plugins others have grown accustomed do, that has helped them in their career. I'd greatly appreciate ones related to editing say xml/html markup, plugin to jump back and forth between start/end tags, maybe automatically close a tag, but any features in general are welcome. Shoot!

And if it's not too much if you do mention a plugin mind linking to it?

flag

Same as stackoverflow.com/questions/21725/… – nik Jul 27 at 5:57

closed as exact duplicate by LeopardSkinPillBoxHat, Manni, Brian Carper, John Saunders, jjnguy Jul 28 at 4:40

5 Answers

vote up 1 vote down

I mostly use the stuff that VIM is bundled with. Does syntax highlighting, and the highlighting output to html script count?

link|flag
vote up 1 vote down

I like this one

The "Tag List" plugin is a source code browser for the Vim editor. It provides an overview of the structure of source code files and allows you to efficiently browse through source code files in different programming languages

http://vim-taglist.sourceforge.net/

link|flag
vote up 1 vote down

TagList and Project are the two plugins I use more than any other. NerdTree is nice too.

I just looked through what I've installed and don't see anything related to HTML. I find that Vim out of the box handles most of my use cases. Take a look at these tips on the wiki to see if they address your needs:

link|flag
vote up 0 vote down

Look at Favorite (G)Vim plugins/scripts

link|flag
vote up 0 vote down

If you are working with tags a lot, you definitely need surround.vim(http://www.vim.org/scripts/script.php?script_id=1697). In fact, read this excellent series of articles on how to use it: http://www.catonmat.net/blog/vim-plugins-surround-vim/

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.