aboutsummaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-31 21:26:14 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-31 21:26:14 +0100
commit01b1566d8dd3bdd3f8e38cfd48f6d015c8bb628e (patch)
tree4117b3fc1835e1a79db89815b4747eab5b625f58 /vim/vimrc
parent6772c920ca3508d456a507f9375ef25ad41f1900 (diff)
Use ripgrep for git
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index dd60017..cd8a469 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -50,6 +50,7 @@ set wildoptions=pum
set wildmode=full
set wrap
"set gp=git\ grep\ -n
+set grepprg=rg\ --color=never\ --vimgrep
packadd! matchit
set background=dark