From 982c4a590960e1a6ade02ce4166536d0fa6eb668 Mon Sep 17 00:00:00 2001 From: Daniel Bayerlein Date: Sun, 15 Sep 2013 17:26:12 +0200 Subject: [PATCH] Added plugin for Handlebars --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index fd14891..a5ba4c1 100644 --- a/.vimrc +++ b/.vimrc @@ -27,6 +27,7 @@ Bundle 'matze/vim-move' Bundle 'kchmck/vim-coffee-script' Bundle 'tpope/vim-haml' Bundle 'vim-ruby/vim-ruby' +Bundle 'nono/vim-handlebars' filetype plugin indent on " Enable filetype plugins