Skip to content

Commit

Permalink
Switch from ag to ripgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
cespare committed Oct 30, 2019
1 parent c3944a1 commit 189c92c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ nnoremap <leader>gu :GundoToggle<cr>
nnoremap ; :Buffers<CR>
nnoremap <leader>d :Files<CR>
" ag (via ack.vim):
let g:ackprg = 'ag --vimgrep'
" rg (via ack.vim):
let g:ackprg = 'rg --vimgrep'
nnoremap <leader>a :Ack!
" Insertlessly settings
Expand Down

0 comments on commit 189c92c

Please sign in to comment.