dotar/SpaceVim.d/autoload/grep.vim

5 lines
162 B
VimL
Raw Normal View History

2020-02-10 10:56:29 +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'