aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-09-25 01:00:31 -0400
committerMitch Riedstra <mitch@riedstra.us>2018-09-25 01:00:31 -0400
commit6d43b08d7ac2dc3c4a68cc6671adae190c7bb19d (patch)
tree6118790e1e67d5096262049b57db02b339fca395 /setup.sh
parent3c8e90b8a6a7e1a1df8202557c5bb6c8c37ead7a (diff)
downloadvim-cfg-6d43b08d7ac2dc3c4a68cc6671adae190c7bb19d.tar.gz
vim-cfg-6d43b08d7ac2dc3c4a68cc6671adae190c7bb19d.tar.xz
Remove the current directory from setup.sh and fix the broken clone URLs
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/setup.sh b/setup.sh
index 9bed30b..d23729e 100755
--- a/setup.sh
+++ b/setup.sh
@@ -18,7 +18,7 @@ DIR="bundle/nerdtree"
URL="https://github.com/scrooloose/nerdtree.git"
clone
DIR="bundle/vim-autocomplpop"
-URL="https://git.riedstra.us/mitch/vim-autocomplpop.git"
+URL="https://git.riedstra.us/vim/vim-autocomplpop.git"
clone
DIR="bundle/vim-airline"
URL="https://github.com/vim-airline/vim-airline.git"
@@ -42,10 +42,7 @@ DIR="bundle/ctrlp.vim"
URL="https://github.com/ctrlpvim/ctrlp.vim"
clone
DIR="bundle/l9"
-URL="https://git.riedstra.us/mitch/vim-l9.git"
-clone
-DIR="."
-URL="https://git.riedstra.us/mitch/vim-cfg"
+URL="https://git.riedstra.us/vim/vim-l9.git"
clone
DIR="bundle/vim-go"
URL="https://github.com/fatih/vim-go.git"