Add 'needs' option in README.md

This commit is contained in:
Alexandre Carlton 2014-11-30 15:34:08 +11:00
parent 58eadd8f76
commit 74e0b2c2bb

View File

@ -81,6 +81,7 @@ Reload .vimrc and `:PlugInstall` to install plugins.
| `dir` | Custom directory for the plugin | | `dir` | Custom directory for the plugin |
| `do` | Post-update hook (string or funcref) | | `do` | Post-update hook (string or funcref) |
| `on` | On-demand loading: Commands or `<Plug>`-mappings | | `on` | On-demand loading: Commands or `<Plug>`-mappings |
| `needs` | Check for executables before installing/updating |
| `for` | On-demand loading: File types | | `for` | On-demand loading: File types |
| `frozen` | Do not update unless explicitly specified | | `frozen` | Do not update unless explicitly specified |