From a8e46bc898fe669dc075ad1deed478f9f87953c8 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Tue, 13 Oct 2015 11:28:06 -0400 Subject: [PATCH] Switch code search plugins. --- vundle.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vundle.vim b/vundle.vim index da414f5..511b1f7 100644 --- a/vundle.vim +++ b/vundle.vim @@ -29,8 +29,9 @@ Plugin 'scrooloose/nerdtree' " syntax checking on steroids Plugin 'scrooloose/syntastic' " integrate ack, especially to be able to open matches, hugely useful for -" re-factoring -Plugin 'mileszs/ack.vim' +" code aware search +Plugin 'rking/ag.vim' +" lightweight but sophisticated status line Plugin 'bling/vim-airline' " git integration Plugin 'tpope/vim-fugitive'