aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-12-30 15:12:41 -0500
committerMitch Riedstra <mitch@riedstra.us>2018-12-30 15:12:41 -0500
commitd8bfb4b9fde510af9b3d06b2474c42cc432d1002 (patch)
treef362758146c8d01383e36aa4a8ebfcb1f01dc2ce
parent351a626ac09e9e58f662b877e984ab81bdd8ebbb (diff)
parent27a6a42dc4db138521c6d30922f0af4aa1c9ead2 (diff)
downloadvim-cfg-d8bfb4b9fde510af9b3d06b2474c42cc432d1002.tar.gz
vim-cfg-d8bfb4b9fde510af9b3d06b2474c42cc432d1002.tar.xz
Merge branch 'master' of rygel.us:~/mitch/vim-cfg
-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"