summaryrefslogtreecommitdiff
path: root/_config/001-grep.vim
blob: c4bf68777cde4a035624eac33044876e83ded811 (plain)
1
2
3
4
if executable('rg')
    set grepprg=rg\ --vimgrep\ --no-heading
    set grepformat=%f:%l:%c:%m,%f:%l:%m
endif