From 6b61ce7e597b6f8b795652c42e6ee6b55675bab0 Mon Sep 17 00:00:00 2001 From: Chris DeLuca Date: Wed, 9 Dec 2015 09:09:06 -0500 Subject: [PATCH] Add emmet plugin Fixes #861 --- .vimrc.bundles | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc.bundles b/.vimrc.bundles index 142a7cf2d..c8e0aee37 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -247,6 +247,7 @@ Bundle 'hail2u/vim-css3-syntax' Bundle 'gorodinskiy/vim-coloresque' Bundle 'tpope/vim-haml' + Bundle 'mattn/emmet-vim' endif " }