From: Samir Benmendil Date: Tue, 11 Feb 2014 11:56:17 +0000 (+0100) Subject: vim: add ag plugin X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/9a06c97b7b6aa40150b09b1400de31ebfcc5a425 vim: add ag plugin --- diff --git a/vim/vimrc b/vim/vimrc index 2d82d84..8d37bfc 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -24,6 +24,7 @@ Bundle 'tComment' Bundle 'Valloric/YouCompleteMe' Bundle 'elzr/vim-json' Bundle 'http://git.code.sf.net/p/vim-latex/vim-latex' +Bundle 'ervandew/ag.git' filetype plugin indent on