From 9a06c97b7b6aa40150b09b1400de31ebfcc5a425 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 11 Feb 2014 12:56:17 +0100 Subject: [PATCH] vim: add ag plugin --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.48.1