less need for git-grep if rg is git-aware?

This commit is contained in:
Felix Van der Jeugt 2016-09-29 17:15:27 +02:00
parent f99a676694
commit e2a0478b99
1 changed files with 1 additions and 1 deletions

View File

@ -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,
\ }