Merge branch 'master' of github.com:ChristianChiarulli/nvim

This commit is contained in:
Chris 2020-05-13 22:19:31 -04:00
commit 813f890b1d

View file

@ -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)