diff options
| author | Marc Vertes <mvertes@free.fr> | 2021-06-20 16:50:57 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2021-06-20 16:50:57 +0200 |
| commit | c54b5ef0f166a6454522686e6a2a5c1550505eb0 (patch) | |
| tree | f438edbbf48edb1e9f7df645666936771d37d8c0 /.vim | |
| parent | c151c4ee62bd7b045a98dbcf3f1d6537948ba0d0 (diff) | |
update
Diffstat (limited to '.vim')
| -rwxr-xr-x | .vim/pack/mvertes/install.sh | 9 |
1 files changed, 7 insertions, 2 deletions
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 |
