From c54b5ef0f166a6454522686e6a2a5c1550505eb0 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sun, 20 Jun 2021 16:50:57 +0200 Subject: update --- .vim/pack/mvertes/install.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.vim/pack/mvertes') diff --git a/.vim/pack/mvertes/install.sh b/.vim/pack/mvertes/install.sh index 36cf414..48d5950 100755 --- a/.vim/pack/mvertes/install.sh +++ b/.vim/pack/mvertes/install.sh @@ -1,7 +1,12 @@ #!/bin/sh -e -plugins='https://github.com/mvertes/vimki https://github.com/fatih/vim-go' -ht='vim -c "helptags doc" -c "q"' +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"' mkdir -p start cd start -- cgit v1.2.3