mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
Created api (markdown)
parent
9c76ec1b32
commit
13ad5a59a6
8
api.md
Normal file
8
api.md
Normal file
@ -0,0 +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 |
|
Loading…
Reference in New Issue
Block a user