Setup RipGrep for:grep

This commit is contained in:
Steven Barragán
2017-01-02 22:16:33 -06:00
parent 956c0ed4df
commit 09c773df21

View File

@@ -1,3 +1,4 @@
"Use the silver searcher for lightning fast Gsearch command
set grepprg=git\ grep
"Use RipGrep for lightning fast Gsearch command
set grepprg=rg\ --vimgrep\ --no-heading
set grepformat=%f:%l:%c:%m,%f:%l:%m
let g:grep_cmd_opts = '--line-number'