aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-09-25 01:06:06 -0400
committerMitch Riedstra <mitch@riedstra.us>2018-09-25 01:06:06 -0400
commit4a8158bca4d8512757bf74b8094a79db5ffb6c6e (patch)
tree45e2a9346e4f1b4423adf15756ebe4b4cc5d06ae /setup.sh
parent3c8e90b8a6a7e1a1df8202557c5bb6c8c37ead7a (diff)
downloadvim-cfg-4a8158bca4d8512757bf74b8094a79db5ffb6c6e.tar.gz
vim-cfg-4a8158bca4d8512757bf74b8094a79db5ffb6c6e.tar.xz
Alter the setup script once again to *actually* point to the right spot this time
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 9bed30b..e43cd05 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"