dotar/vim/settings/grep.vim

5 lines
162 B
VimL
Raw Normal View History

2017-01-03 12:16:33 +08: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'