mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-23 20:45:31 -07:00
Updated api (markdown)
parent
f20324db58
commit
839da4054b
8
api.md
8
api.md
@ -15,4 +15,10 @@
|
||||
| Variable | Type | Description |
|
||||
| -------- | ---- | ----------- |
|
||||
| `g:plug_home` | String | Directory to store/load plugins. Set by `plug#begin(path)` call. |
|
||||
| `g:plugs` | Dict | Information of plugins. Initialized by `plug#begin(path)` and incrementally set by `Plug` commands. |
|
||||
| `g:plugs` | Dict | Information of plugins. Initialized by `plug#begin(path)` and incrementally extended by `Plug` commands. |
|
||||
|
||||
### Autocmds
|
||||
|
||||
| Event | Pattern | Description |
|
||||
| ------ | ---------------- | ---------------------------------------- |
|
||||
| `User` | Name of a plugin | Triggered when the plugin is lazy-loaded |
|
||||
|
Loading…
Reference in New Issue
Block a user