summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2021-06-05 17:22:33 +0200
committerMarc Vertes <mvertes@free.fr>2021-06-05 17:22:33 +0200
commit684561b3c989f8421963c8c5c0cd0f38299551e0 (patch)
treef8d77a78f4e11f2d9a6bfd4e655dfdbb24f8ac0c /.vim
parent87b63654a7a881afefddaeb6c3dbbf32105070bb (diff)
update
Diffstat (limited to '.vim')
-rwxr-xr-x.vim/pack/mvertes/install.sh8
1 files changed, 6 insertions, 2 deletions
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