From 51dc024b2ea938d3e9aa79f1f69f69395a3830ed Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 27 Feb 2015 18:56:09 +0900 Subject: [PATCH] Update README (markdown table) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 24979db..000d788 100644 --- a/README.md +++ b/README.md @@ -89,13 +89,13 @@ Reload .vimrc and `:PlugInstall` to install plugins. ### Global options -| Flag | Default | Description | -| ------------------- | --------------------------------- | -----------------------------------------------------------| -| `g:plug_threads` | 16 | Default number of threads to use | +| Flag | Default | Description | +| ------------------- | --------------------------------- | ------------------------------------------------------ | +| `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_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 | +| `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