Add dir option: managed plugins outside g:plug_home

This commit is contained in:
Junegunn Choi
2014-07-30 19:20:51 +09:00
parent eeef77e9c8
commit f58d090bb2
3 changed files with 27 additions and 2 deletions

View File

@@ -76,6 +76,7 @@ Reload .vimrc and `:PlugInstall` to install plugins.
| -------------- | -------------------------------------------------------------------- |
| `branch`/`tag` | Branch or tag of the repository to use |
| `rtp` | Subdirectory that contains Vim plugin |
| `dir` | Custom directory for the plugin |
| `do` | Post-update hook (string or funcref) |
| `on` | On-demand loading: Commands or `<Plug>`-mappings |
| `for` | On-demand loading: File types |