mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
Updated api (markdown)
parent
59b5da5104
commit
fa8a8822a0
1
api.md
1
api.md
@ -5,6 +5,7 @@
|
||||
| Function | Description |
|
||||
| -------- | ----------- |
|
||||
| `plug#begin(path)` | Start vim-plug block |
|
||||
| `plug#(...)` | Register a plugin (equivalent to `Plug` command) |
|
||||
| `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 |
|
||||
|
Loading…
Reference in New Issue
Block a user