Skip to content

Commit

Permalink
Use ripgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Nov 8, 2017
1 parent f623e6f commit fe65436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins.vim
Expand Up @@ -43,7 +43,7 @@ function! neomake#makers#ft#ruby#rubocop()
endfunction

" ack
let g:ackprg = "ag --vimgrep"
let g:ackprg = "rg --vimgrep"

" tags
let g:vim_tags_use_vim_dispatch = 0
Expand Down

0 comments on commit fe65436

Please sign in to comment.