Add ack integration.
Why?! Why did no one tell me about this plugin sooner?!
This commit is contained in:
parent
231f737ebf
commit
9c61032243
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue