Explorar o código

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

Chris %!s(int64=5) %!d(string=hai) anos
pai
achega
813f890b1d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plug-config/fzf.vim

+ 1 - 1
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)