]> Untitled Git - vimfiles.git/commitdiff
Switch ackprg from silver searcher to ripgrep
authorPhilippe Hürlimann <p@hurlimann.org>
Fri, 15 May 2020 12:47:49 +0000 (14:47 +0200)
committerPhilippe Hürlimann <p@hurlimann.org>
Fri, 15 May 2020 12:47:49 +0000 (14:47 +0200)
init.vim

index bf1892186df9777b489049f4025fa25d0cdd2e65..762f1f7bf90153423fd08298f447cb67353ea3c2 100644 (file)
--- a/init.vim
+++ b/init.vim
@@ -43,7 +43,7 @@ let g:deoplete#enable_at_startup = 1
 
 let g:OmniSharp_server_use_mono = 1
 
-let g:ackprg = "ag --vimgrep"
+let g:ackprg = "rg --vimgrep"
 
 let g:rainbow_active = 1