Add ack integration.

Why?! Why did no one tell me about this plugin sooner?!
This commit is contained in:
Thomas Gideon 2015-03-26 12:41:09 -04:00
parent 231f737ebf
commit 9c61032243

View file

@ -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