summaryrefslogtreecommitdiff
path: root/.vim/pack
diff options
context:
space:
mode:
Diffstat (limited to '.vim/pack')
-rwxr-xr-x.vim/pack/mvertes/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/pack/mvertes/install.sh b/.vim/pack/mvertes/install.sh
index 388a620..48d5950 100755
--- a/.vim/pack/mvertes/install.sh
+++ b/.vim/pack/mvertes/install.sh
@@ -4,6 +4,7 @@ plugins='
git@github.com:mvertes/vimki
git@github.com:fatih/vim-go
git@github.com:othree/xml.vim
+git@github.com:junegunn/fzf.vim
'
ht='test -d doc && vim -c "helptags doc" -c "q"'