less need for git-grep if rg is git-aware?
This commit is contained in:
parent
f99a676694
commit
e2a0478b99
@ -121,7 +121,7 @@ highlight LineNr ctermfg=08 ctermbg=NONE
|
||||
|
||||
nnoremap <Leader>g :Grepper<CR>
|
||||
let g:grepper={
|
||||
\ 'tools': ['git', 'rg', 'grep'],
|
||||
\ 'tools': ['rg', 'git', 'grep'],
|
||||
\ 'open': 1,
|
||||
\ 'jump': 0,
|
||||
\ }
|
||||
|
Loading…
Reference in New Issue
Block a user