diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-12-30 15:12:41 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-12-30 15:12:41 -0500 |
| commit | d8bfb4b9fde510af9b3d06b2474c42cc432d1002 (patch) | |
| tree | f362758146c8d01383e36aa4a8ebfcb1f01dc2ce | |
| parent | 351a626ac09e9e58f662b877e984ab81bdd8ebbb (diff) | |
| parent | 27a6a42dc4db138521c6d30922f0af4aa1c9ead2 (diff) | |
| download | vim-cfg-d8bfb4b9fde510af9b3d06b2474c42cc432d1002.tar.gz vim-cfg-d8bfb4b9fde510af9b3d06b2474c42cc432d1002.tar.xz | |
Merge branch 'master' of rygel.us:~/mitch/vim-cfg
| -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" |
