From 9aa9c25a4d2ced1ea41d1d981b3fad9fe28a17a6 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 6 Mar 2021 16:58:38 +0100 Subject: update --- .vim/pack/mvertes/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vim/pack/mvertes/install.sh') diff --git a/.vim/pack/mvertes/install.sh b/.vim/pack/mvertes/install.sh index 36cf414..24a52f0 100755 --- a/.vim/pack/mvertes/install.sh +++ b/.vim/pack/mvertes/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -plugins='https://github.com/mvertes/vimki https://github.com/fatih/vim-go' +plugins='git@github.com:mvertes/vimki git@github.com:fatih/vim-go' ht='vim -c "helptags doc" -c "q"' mkdir -p start -- cgit v1.2.3 From 684561b3c989f8421963c8c5c0cd0f38299551e0 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 5 Jun 2021 17:22:33 +0200 Subject: update --- .vim/pack/mvertes/install.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.vim/pack/mvertes/install.sh') diff --git a/.vim/pack/mvertes/install.sh b/.vim/pack/mvertes/install.sh index 24a52f0..388a620 100755 --- a/.vim/pack/mvertes/install.sh +++ b/.vim/pack/mvertes/install.sh @@ -1,7 +1,11 @@ #!/bin/sh -e -plugins='git@github.com:mvertes/vimki git@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 +' +ht='test -d doc && vim -c "helptags doc" -c "q"' mkdir -p start cd start -- cgit v1.2.3 From 445652e876c99ea24f7211f356c2a3d2c41d5d09 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 12 Jun 2021 00:24:05 +0200 Subject: update --- .vim/pack/mvertes/install.sh | 1 + 1 file changed, 1 insertion(+) (limited to '.vim/pack/mvertes/install.sh') 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"' -- cgit v1.2.3