Shallow clone by default (#122 #217)

This commit is contained in:
Junegunn Choi
2015-04-28 14:12:00 +09:00
parent 8f1df15cc3
commit 80ca4ebf54
3 changed files with 49 additions and 14 deletions

View File

@@ -94,6 +94,7 @@ Reload .vimrc and `:PlugInstall` to install plugins.
| `g:plug_threads` | 16 | Default number of threads to use |
| `g:plug_timeout` | 60 | Time limit of each task in seconds (*Ruby & Python*) |
| `g:plug_retries` | 2 | Number of retries in case of timeout (*Ruby & Python*) |
| `g:plug_shallow` | 1 | Use shallow clone |
| `g:plug_window` | `vertical topleft new` | Command to open plug window |
| `g:plug_url_format` | `https://git::@github.com/%s.git` | `printf` format to build repo URL |