Created api (markdown)

Junegunn Choi 2014-08-09 07:52:19 -07:00
parent 9c76ec1b32
commit 13ad5a59a6

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 |