dotar/vim/settings/grep.vim

4 lines
120 B
VimL
Raw Normal View History

"Use the silver searcher for lightning fast Gsearch command
set grepprg=git\ grep
let g:grep_cmd_opts = '--line-number'