#!/usr/bin/env bash

[[ -z "$2" ]] && exit 1

git submodule add "$1" "vim/bundle/$2"
git submodule update --init --recursive