add ripgrep
This commit is contained in:
parent
cc9ed46407
commit
1d19ea2bca
2 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
\ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue