rhnorment
(Hunt Norment)
#1
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.
christoomey
(Chris Toomey)
#2
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.
rhnorment
(Hunt Norment)
#3
Yes, Chris! I found this but can I install this using Vundle like I learned from your tutorials?
christoomey
(Chris Toomey)
#4
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 https://thoughtbot.com/upcase/videos/onramp-to-vim-plugins#vim-scripts-github-mirror for the run down.