aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-12-06 23:57:40 -0500
committerMitch Riedstra <mitch@riedstra.us>2018-12-06 23:57:40 -0500
commit27a6a42dc4db138521c6d30922f0af4aa1c9ead2 (patch)
tree29b220a4f96679a12dce94b33e84cf5ff61bd3b0 /setup.sh
parent83fce62a0b560a9cff4aa75fdabc601d7280d1f2 (diff)
downloadvim-cfg-27a6a42dc4db138521c6d30922f0af4aa1c9ead2.tar.gz
vim-cfg-27a6a42dc4db138521c6d30922f0af4aa1c9ead2.tar.xz
Fix the URLs in the vim setup
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.sh b/setup.sh
index 89764f6..9fb77eb 100755
--- a/setup.sh
+++ b/setup.sh
@@ -10,7 +10,7 @@ clone() {
elif ! [ -d "$DIR" ] ; then
mkdir -p "$DIR"
cd "$DIR"
- git clone --depth=1 "$URL" .
+ git clone "$URL" .
fi
cd $WD
}
@@ -24,7 +24,7 @@ DIR="bundle/emmet-vim"
URL="https://github.com/mattn/emmet-vim.git"
clone
DIR="bundle/l9"
-URL="https://git.riedstra.us/mitch/vim-l9.git"
+URL="https://git.riedstra.us/vim/vim-l9.git"
clone
DIR="bundle/vim-airline-themes"
URL="https://github.com/vim-airline/vim-airline-themes/"
@@ -33,7 +33,7 @@ DIR="bundle/vim-airline"
URL="https://github.com/vim-airline/vim-airline.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-go"
URL="https://github.com/fatih/vim-go.git"