dotar/SpaceVim.d/autoload/grep.vim
2020-02-10 10:56:29 +08:00

5 lines
162 B
VimL

"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'