From cd2fabaf72058fc4c6209ef365e6a6214314a8e2 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 18 May 2020 13:50:29 +0200 Subject: fix vim packages install --- .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 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 -- cgit v1.2.3