mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
Updated api (markdown)
parent
419bcd6233
commit
3983985565
11
api.md
11
api.md
@ -1,8 +1,17 @@
|
||||
## API
|
||||
|
||||
### Functions
|
||||
|
||||
| Function | Description |
|
||||
| -------- | ----------- |
|
||||
| `plug#begin(path)` | Start vim-plug block |
|
||||
| `plug#end()` | End block, update &rtp, and load plugins when not `vim_starting` |
|
||||
| `plug#helptags()` | Regenerate help tags for all plugins |
|
||||
| `plug#load(names...)` | Load the plugins immediately |
|
||||
| `plug#load(names...)` | Load the plugins immediately |
|
||||
|
||||
### Global variables
|
||||
|
||||
| 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()` and incrementally set by `Plug` commands |
|
Loading…
Reference in New Issue
Block a user