5 lines
162 B
VimL
Raw Normal View History

2017-01-02 22:16:33 -06:00
"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'