diff options
author | Alexey Boklin <[email protected]> | 2020-05-14 01:48:03 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-14 01:48:03 +0200 |
commit | 0bbcfe4e0ca86c5a712c8ff026f6bd5e51a1b668 (patch) | |
tree | 25ba72b1b1ef8ae964cfe93aa95b4b0614a884ea | |
parent | 8b94b4f307f3ed936b80751229f43c6f9c9cd414 (diff) |
Fix setup for Rg
-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) |