Don't need that

This commit is contained in:
Josh Sherman 2018-04-21 11:33:47 -05:00
parent 03b30e9edf
commit c07c847c3e
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

16
test
View file

@ -1,16 +0,0 @@
#!/usr/bin/env bash
VIMPLUGS=(
"w0rp/ale"
"junegunn/fzf.vim"
"jelera/vim-javascript-syntax"
"pangloss/vim-javascript"
"Quramy/vim-js-pretty-template"
)
for INDEX in ${!VIMPLUGS[*]}; do
VIMPLUG="${VIMPLUGS[$INDEX]}"
PLUGDIR=$(echo "$VIMPLUG" | cut -d '/' -f2)
$GITCLONE https://github.com/$VIMPLUG.git $HOME/.vim/pack/plugins/start/$PLUGDIR
done