diff --git a/api.md b/api.md new file mode 100644 index 0000000..e8fdb12 --- /dev/null +++ b/api.md @@ -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 | \ No newline at end of file