diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-05-18 13:50:29 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-05-18 13:50:29 +0200 |
| commit | cd2fabaf72058fc4c6209ef365e6a6214314a8e2 (patch) | |
| tree | 0199c3d690279c55ccf7de38d73a58f8097c6c0c /.vim | |
| parent | fc02574a5227cf6e348074d74be21d194e58da9d (diff) | |
fix vim packages install
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 f6b17cb..36cf414 100755 --- a/.vim/pack/mvertes/install.sh +++ b/.vim/pack/mvertes/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -plugins='mvertes/vimki fatih/vim-go' +plugins='https://github.com/mvertes/vimki https://github.com/fatih/vim-go' ht='vim -c "helptags doc" -c "q"' mkdir -p start |
