4 lines
120 B
VimL
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'
|