Remove ack.vim

Left commented out since this should detect if I have Ag
or Ack installed and enable the right one.
This commit is contained in:
ViViDboarder 2014-03-28 08:01:22 -07:00
parent d4277050de
commit 3a7ba74fbc
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Bundle 'majutsushi/tagbar'
" Syntax checking
Bundle 'scrooloose/syntastic'
" Project Searching
Bundle 'mileszs/ack.vim'
"Bundle 'mileszs/ack.vim'
Bundle 'rking/ag.vim'
" Easy Toggle of QuickFix window
Bundle 'ViViDboarder/QFixToggle'