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'