From 0bbcfe4e0ca86c5a712c8ff026f6bd5e51a1b668 Mon Sep 17 00:00:00 2001 From: Alexey Boklin Date: Thu, 14 May 2020 01:48:03 +0200 Subject: [PATCH] Fix setup for Rg --- plug-config/fzf.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-config/fzf.vim b/plug-config/fzf.vim index f02d279c..2e40f6e4 100644 --- a/plug-config/fzf.vim +++ b/plug-config/fzf.vim @@ -58,7 +58,7 @@ command! -bang -nargs=* Rg \ 'rg --column --line-number --hidden --smart-case --no-heading --color=always '.shellescape(), 1, \ 0 ? fzf#vim#with_preview({'options': '--delimiter : --nth 4..'}, 'up:60%') \ : fzf#vim#with_preview({'options': '--delimiter : --nth 4.. -e'}, 'right:50%', '?'), - \ 0) \ fzf#vim#with_preview(), 0) + \ 0) " Ripgrep advanced function! RipgrepFzf(query, fullscreen)