forked from wezm/wezm.net
Fix typo in ripgrep-with-vim
This commit is contained in:
parent
5ff5c89e84
commit
195b85bd04
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ nature. To make use of `ripgrep` within vim here are a few options:
|
||||||
|
|
||||||
Set [grepprg](http://vimdoc.sourceforge.net/htmldoc/options.html#'grepprg'),
|
Set [grepprg](http://vimdoc.sourceforge.net/htmldoc/options.html#'grepprg'),
|
||||||
which is used by [:grep][colon-grep] to search a project and add the matches
|
which is used by [:grep][colon-grep] to search a project and add the matches
|
||||||
the quickfix list:
|
to the quickfix list:
|
||||||
|
|
||||||
if executable("rg")
|
if executable("rg")
|
||||||
set grepprg=rg\ --vimgrep\ --no-heading
|
set grepprg=rg\ --vimgrep\ --no-heading
|
||||||
|
|
Loading…
Reference in a new issue