summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-06-15 19:07:32 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-06-15 19:07:32 +0100
commit1237f4e73c84f8b3e14599c1ded4658556eaab20 (patch)
tree2ae89f078ab9b57eaf740d6f5373cb83557896e7
parent3c6c038fcc5ae54fbb474b4cbb1ff718eb5bd1b5 (diff)
added ag
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')