From 32f596647158adca392f1e77caee161c39eb79db Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Thu, 2 Aug 2012 00:18:58 +0200 Subject: [PATCH] add syntastic to vim --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 1c7b55d..195c56e 100644 --- a/vimrc +++ b/vimrc @@ -17,6 +17,7 @@ Bundle 'clones/vim-l9' Bundle 'clones/vim-fuzzyfinder' Bundle 'altercation/vim-colors-solarized' Bundle 'kchmck/vim-coffee-script' +Bundle 'scrooloose/syntastic.git' " vim-scripts repos "Bundle 'L9'