diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-06-15 19:07:32 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-06-15 19:07:32 +0100 |
commit | 1237f4e73c84f8b3e14599c1ded4658556eaab20 (patch) | |
tree | 2ae89f078ab9b57eaf740d6f5373cb83557896e7 | |
parent | 3c6c038fcc5ae54fbb474b4cbb1ff718eb5bd1b5 (diff) |
added ag
Diffstat (limited to '')
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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') |