Skip to content

Commit 43e5d39

Browse files
committed
Install fzf as a package (requirement for fzf.vim)
1 parent 6302792 commit 43e5d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vim/plugins.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ call minpac#add('https://sanctum.geek.nz/code/vim-spellfile-local.git', {'depth'
1313
" }}}
1414
" General {{{
1515
call minpac#add('k-takata/minpac', {'type': 'opt'})
16+
call minpac#add('junegunn/fzf')
1617
call minpac#add('junegunn/fzf.vim')
1718
call minpac#add('gcmt/taboo.vim')
1819
" }}}
@@ -97,7 +98,6 @@ call minpac#add('vimwiki/vimwiki')
9798

9899
" Configuration
99100
" FZF {{{
100-
set rtp+=/usr/local/opt/fzf
101101
let g:fzf_buffers_jump = 1
102102
let g:fzf_commits_log_options = '--graph --color=always --format="%C(auto)%h%d %s %C(black)%C(bold)%cr"'
103103
let g:fzf_layout = { 'window': { 'width': 0.8, 'height': 0.8 } }

0 commit comments

Comments
 (0)