Don't need that
This commit is contained in:
parent
03b30e9edf
commit
c07c847c3e
1 changed files with 0 additions and 16 deletions
16
test
16
test
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue