From: Philippe Huerlimann Date: Thu, 22 Nov 2012 18:14:09 +0000 (+0100) Subject: added html-template-syntax plugin X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=f4ac9148d59bc8721e1ed907afcf4dab13708605;p=vimfiles.git added html-template-syntax plugin --- diff --git a/vimrc b/vimrc index 455b1a6..5850a68 100644 --- a/vimrc +++ b/vimrc @@ -29,6 +29,7 @@ Bundle 'Nemo157/glsl.vim' Bundle 'nsf/gocode', {'rtp': 'vim/'} Bundle 'nvie/vim-flake8' Bundle 'othree/html5.vim' +Bundle 'pbrisbin/html-template-syntax' Bundle 'Raimondi/delimitMate' Bundle 'Rip-Rip/clang_complete' Bundle 'scrooloose/nerdcommenter'