Skip to content
Junegunn Choi edited this page Aug 9, 2014 · 9 revisions

API

Functions

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

Global variables

Variable Type Description
g:plug_home String Directory to store/load plugins. Set by plug#begin(path) call.
g:plugs Dict Information of plugins. Initialized by plug#begin(path) and incrementally set by Plug commands.
Clone this wiki locally