1
0
Fork 0
forked from wezm/wezm.net

Fix typo in ripgrep-with-vim

This commit is contained in:
Wesley Moore 2016-10-01 10:47:35 +10:00
parent 5ff5c89e84
commit 195b85bd04

View file

@ -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