aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-06-03 19:54:15 +0100
committerMatthew Lemon <y@yulqen.org>2024-06-03 19:54:15 +0100
commit5ed78f19e61c09aa6f3a634ce916fc23ef99bc04 (patch)
tree3dddae6884781a17614ae02ff6f94ae9bd505531 /vim
parent74562dc34b2cf0fdf4e6875267f20306ae0e5d61 (diff)
We dont need to change grepprg if we use grep
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 4d3712b..b6033a8 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -49,8 +49,6 @@ set wildmenu
set wildoptions=pum
set wildmode=full
set wrap
-"set gp=git\ grep\ -n
-set grepprg=rg\ --color=never\ --vimgrep
packadd! matchit
set background=dark