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

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
Clone this wiki locally