Skip to content

Commit eee1838

Browse files
committed
vim: upd fzf path for vim-plug install
1 parent 1f9ed3e commit eee1838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vimrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ command! -bang -nargs=? -complete=dir F call fzf#vim#files(<q-args>,
106106
\ {'options': [
107107
\ '--info=inline',
108108
\ '--preview',
109-
\ '~/.vim/bundle/fzf.vim/bin/preview.sh {}'
109+
\ '~/.vim/plugged/fzf.vim/bin/preview.sh {}'
110110
\ ]}, <bang>0)
111111

112112
" Rg with preview
@@ -118,7 +118,7 @@ command! -bang -nargs=* Rg call fzf#vim#grep(
118118
\ '--delimiter=:',
119119
\ '--nth=4..',
120120
\ '--preview',
121-
\ '~/.vim/bundle/fzf.vim/bin/preview.sh {}'
121+
\ '~/.vim/plugged/fzf.vim/bin/preview.sh {}'
122122
\ ]}, <bang>0)
123123

124124

0 commit comments

Comments
 (0)