From be5f341cf68d978334f54aa5d81f2542e02d36a7 Mon Sep 17 00:00:00 2001 From: techgaun Date: Mon, 2 Jan 2017 21:29:22 -0600 Subject: [PATCH] use another html auto close tag --- .vimrc.bundles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc.bundles b/.vimrc.bundles index 997ae9623..d17e167f0 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -244,7 +244,7 @@ " HTML { if count(g:spf13_bundle_groups, 'html') - Bundle 'amirh/HTML-AutoCloseTag' + Bundle 'alvan/vim-closetag' Bundle 'hail2u/vim-css3-syntax' Bundle 'gorodinskiy/vim-coloresque' Bundle 'tpope/vim-haml'