add ripgrep

This commit is contained in:
Felix Van der Jeugt 2016-09-29 15:14:48 +02:00
parent cc9ed46407
commit 1d19ea2bca
2 changed files with 4 additions and 4 deletions

View file

@ -121,7 +121,7 @@ highlight LineNr ctermfg=08 ctermbg=NONE
nnoremap <Leader>g :Grepper<CR>
let g:grepper={
\ 'tools': ['git', 'grep'],
\ 'tools': ['git', 'rg', 'grep'],
\ 'open': 1,
\ 'jump': 0,
\ }