From 13ad5a59a67d5cc55a6ea5e90ec9203382869131 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 9 Aug 2014 07:52:19 -0700 Subject: [PATCH] Created api (markdown) --- api.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 api.md 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