From 3572ffde7916a8de8e72c6d62529754e8f71e1cc Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 20 Aug 2014 12:38:02 +0900 Subject: [PATCH] Add g:plug_window to README (#57) --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 152cf31..9f0daf6 100644 --- a/README.md +++ b/README.md @@ -82,13 +82,14 @@ Reload .vimrc and `:PlugInstall` to install plugins. | `for` | On-demand loading: File types | | `frozen` | Do not install/update plugin unless explicitly given as the argument | -### Options for parallel installer +### Global options -| 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 | +| 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 | ### Keybindings