diff options
-rw-r--r-- | plug-config/fzf.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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(<q-args>), 1, \ <bang>0 ? fzf#vim#with_preview({'options': '--delimiter : --nth 4..'}, 'up:60%') \ : fzf#vim#with_preview({'options': '--delimiter : --nth 4.. -e'}, 'right:50%', '?'), - \ <bang>0) \ fzf#vim#with_preview(), <bang>0) + \ <bang>0) " Ripgrep advanced function! RipgrepFzf(query, fullscreen) |