Files
drunkendotfiles/vim/settings/grep.vim
2017-05-30 16:40:31 -05:00

4 lines
120 B
VimL

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