mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-24 04:56:33 -07:00
Updated api (markdown)
parent
13ad5a59a6
commit
419bcd6233
12
api.md
12
api.md
@ -1,8 +1,8 @@
|
||||
## API
|
||||
|
||||
| Function | Arguments | Description |
|
||||
| -------- | --------- | ----------- |
|
||||
| `plug#begin(path)` | Path to store plugins | 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(...)` | Name(s) of plugins | Load the plugins immediately |
|
||||
| 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 |
|
Loading…
Reference in New Issue
Block a user