From 3a7ba74fbcb2c0371531bd916ed4aa68bed8d902 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Fri, 28 Mar 2014 08:01:22 -0700 Subject: [PATCH] Remove ack.vim Left commented out since this should detect if I have Ag or Ack installed and enable the right one. --- vim/dot_vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/dot_vimrc b/vim/dot_vimrc index 8c07afc..12cfa6e 100644 --- a/vim/dot_vimrc +++ b/vim/dot_vimrc @@ -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'