From d28de23c5c9aa1088e97f1555cb4ddf039ac2733 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 28 Jan 2025 12:02:00 +0100 Subject: fix fzf --- .vim/pack/mvertes/install.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '.vim') diff --git a/.vim/pack/mvertes/install.sh b/.vim/pack/mvertes/install.sh index 90cd4b3..8843982 100755 --- a/.vim/pack/mvertes/install.sh +++ b/.vim/pack/mvertes/install.sh @@ -1,12 +1,10 @@ #!/bin/sh -e plugins=' -git@github.com:mvertes/vimki -git@github.com:fatih/vim-go -git@github.com:othree/xml.vim git@github.com:junegunn/fzf.vim -git@github.com:mattn/libcallex-vim -git@github.com:bytesnake/vim-graphical-preview +#git@github.com:fatih/vim-go +git@github.com:mvertes/vimki +git@github.com:prabirshrestha/vim-lsp ' ht='test -d doc && vim -c "helptags doc" -c "q"' @@ -14,6 +12,7 @@ mkdir -p start cd start for p in $plugins do + case $p in ('#'*) continue ;; esac n=${p##*/} if [ -d "$n" ]; then echo "update $p" -- cgit v1.2.3