From 28089c9eba58667ab0b32b061cd77b9448465fa8 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Thu, 20 Dec 2012 10:14:50 -0600 Subject: [PATCH] adding bundles --- vim/vimrc.symlink | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 8a1e564..955c419 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -20,8 +20,6 @@ Bundle 'othree/html5.vim' Bundle 'pangloss/vim-javascript' Bundle 'itspriddle/vim-jquery' Bundle 'tpope/vim-markdown' -Bundle 'tsaleh/vim-matchit' -Bundle 'juvenn/mustache.vim' Bundle 'mmalecki/vim-node.js' Bundle 'Lokaltog/vim-powerline' Bundle 'tpope/vim-ragtag' @@ -30,6 +28,9 @@ Bundle 'sjl/vitality.vim' Bundle 'duff/vim-scratch' Bundle 'cakebaker/scss-syntax.vim' Bundle 'kchmck/vim-coffee-script' +Bundle 'groenewege/vim-less' +Bundle 'nono/vim-handlebars' +Bundle 'tsaleh/vim-matchit' filetype plugin indent on