From 9c6103224335e7d2f1dd06c1d3aeb67dbc6bf20e Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Thu, 26 Mar 2015 12:41:09 -0400 Subject: [PATCH] Add ack integration. Why?! Why did no one tell me about this plugin sooner?! --- vundle.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vundle.vim b/vundle.vim index 27456d0..68191b6 100644 --- a/vundle.vim +++ b/vundle.vim @@ -24,6 +24,11 @@ Plugin 'editorconfig-vim' " Scala and SBT support Plugin 'derekwyatt/vim-scala' Plugin 'derekwyatt/vim-sbt' +" file and dir browser +Plugin 'scrooloose/nerdtree' +" integrate ack, especially to be able to open matches, hugely useful for +" re-factoring +Plugin 'mileszs/ack.vim' " All of your Plugins must be added before the following line call vundle#end() " required