How do I configure Vim to use ripgrep as its built-in grep program?
:set grepprg=rg\ --vimgrep
Vim's :grep command uses an external program to search files and populate the quickfix list.
:set grepprg=rg\ --vimgrep
Vim's :grep command uses an external program to search files and populate the quickfix list.
:Rg pattern
Use :Rg pattern from fzf.
:Rg
The fzf.