diff options
author | Chris <[email protected]> | 2020-05-13 22:19:31 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-13 22:19:31 -0400 |
commit | 813f890b1daa037f9589661778b72c2126631a36 (patch) | |
tree | cc66c3715be1610339104756ed978c4851cdd714 | |
parent | f50a444594fa3bed2998a684e391fb35692fa9e4 (diff) | |
parent | 1b455f6c8a2ed5b5cc113986e915ab185c95a820 (diff) |
Merge branch 'master' of github.com:ChristianChiarulli/nvim
-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) |