summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index c39f4a4..a624db9 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -120,6 +120,7 @@ set equalalways
set showmode
set nobackup
set listchars=tab:»→,trail:␣
+set grepprg=/usr/local/bin/ag
" i don't bother with folding, but it's here if i need it.
if has('folding')