Add g:plug_pwindow for customizing preview window layout

Close #504
This commit is contained in:
Junegunn Choi
2016-07-23 18:36:30 +09:00
parent 326cb71a2a
commit e15598fe45
3 changed files with 26 additions and 5 deletions

View File

@@ -141,6 +141,7 @@ Reload .vimrc and `:PlugInstall` to install plugins.
| `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_pwindow` | `above 12new` | Command to open preview window in `PlugDiff` |
| `g:plug_url_format` | `https://git::@github.com/%s.git` | `printf` format to build repo URL (Only applies to the subsequent `Plug` commands) |