mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
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'),
|
||||
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")
|
||||
set grepprg=rg\ --vimgrep\ --no-heading
|
||||
|
|
Loading…
Reference in a new issue