diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-12-06 23:57:40 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-12-06 23:57:40 -0500 |
| commit | 27a6a42dc4db138521c6d30922f0af4aa1c9ead2 (patch) | |
| tree | 29b220a4f96679a12dce94b33e84cf5ff61bd3b0 /setup.sh | |
| parent | 83fce62a0b560a9cff4aa75fdabc601d7280d1f2 (diff) | |
| download | vim-cfg-27a6a42dc4db138521c6d30922f0af4aa1c9ead2.tar.gz vim-cfg-27a6a42dc4db138521c6d30922f0af4aa1c9ead2.tar.xz | |
Fix the URLs in the vim setup
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |
