From 4a8158bca4d8512757bf74b8094a79db5ffb6c6e Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Tue, 25 Sep 2018 01:06:06 -0400 Subject: Alter the setup script once again to *actually* point to the right spot this time --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3