From 27eae4d6ce6072e20a375b24111bc8f462a49e4f Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Fri, 27 Mar 2015 11:26:45 -0400 Subject: [PATCH] Add a plugin I now have mental bandwidth to learn. --- vundle.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vundle.vim b/vundle.vim index 92a08fa..827c0eb 100644 --- a/vundle.vim +++ b/vundle.vim @@ -26,6 +26,8 @@ Plugin 'derekwyatt/vim-scala' Plugin 'derekwyatt/vim-sbt' " file and dir browser Plugin 'scrooloose/nerdtree' +" syntax checking on steroids +Plugin 'scrooloose/syntastic' " integrate ack, especially to be able to open matches, hugely useful for " re-factoring Plugin 'mileszs/ack.vim'