Setup RipGrep for:grep

This commit is contained in:
Steven Barragán 2017-01-02 22:16:33 -06:00 committed by hophacker
parent a0bfa3f963
commit 11fd4c6ee7

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'