Vim plugin for adding HTML closing tags

This has probably been asked but I could not locate it in the forum…

Is there a vim plugin that automatically adds closing tags to HTML? I see it work in some of the screencasts.

I’m not looking for what Emmet does. Just something that adds tags and sets up a block.

Thanks in advance.

I’m personally an emmet user, but if you’re looking for easy insertion of closing tags, the closetag.vim plugin looks like a good option.

Yes, Chris! I found this but can I install this using Vundle like I learned from your tutorials?

There is a project that mirrors the vim.org scripts for easy install. We even have a section in the Onramp to Vim trail on it.

Check out Plugins | Online Video Tutorial by thoughtbot for the run down.