diff options
| author | Marc Vertes <mvertes@free.fr> | 2021-03-06 16:58:38 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2021-03-06 16:58:38 +0100 |
| commit | 9aa9c25a4d2ced1ea41d1d981b3fad9fe28a17a6 (patch) | |
| tree | 7989d5c3833d3b0ee0df9db6420b20d5bd98b94e /.vim | |
| parent | bcc866236cca05f6caf78a6c3d93a63c9bf19f7c (diff) | |
update
Diffstat (limited to '.vim')
| -rwxr-xr-x | .vim/pack/mvertes/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
