Implement g:plug_url_format (#62)

This commit is contained in:
Junegunn Choi
2014-08-26 01:36:50 +09:00
parent 3572ffde79
commit ab3bd3b17c
3 changed files with 22 additions and 7 deletions

View File

@@ -84,12 +84,13 @@ Reload .vimrc and `:PlugInstall` to install plugins.
### Global options
| Flag | Default | Description |
| ---------------- | ---------------------- | ------------------------------------ |
| `g:plug_window` | `vertical topleft new` | Command to open plug window |
| `g:plug_threads` | 16 | Default number of threads to use |
| `g:plug_timeout` | 60 | Time limit of each task in seconds |
| `g:plug_retries` | 2 | Number of retries in case of timeout |
| Flag | Default | Description |
| ------------------- | --------------------------------- | ------------------------------------ |
| `g:plug_threads` | 16 | Default number of threads to use |
| `g:plug_timeout` | 60 | Time limit of each task in seconds |
| `g:plug_retries` | 2 | Number of retries in case of timeout |
| `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 |
### Keybindings