From 62ae789a6619438e924386994029e1581e7fd080 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 16 Jun 2014 09:31:19 +0200 Subject: [PATCH] more vimmy goodies --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index ea2f2c0..1bbc69f 100644 --- a/vimrc +++ b/vimrc @@ -27,6 +27,9 @@ NeoBundle 'nanotech/jellybeans.vim' NeoBundle 'majutsushi/tagbar' NeoBundle 'bling/vim-airline' NeoBundle 'kien/ctrlp.vim' +NeoBundle 'scrooloose/syntastic' +NeoBundle 'tomtom/tcomment_vim' +"NeoBundle 'Raimondi/delimitMate' NeoBundle 'kchmck/vim-coffee-script' NeoBundle 'ledger/vim-ledger'