0.9.1
Notable changes
-
Interactive
PlugClean
usingd
-operatordd
,dip
, ...
-
g:plug_pwindow
for customizing preview window layout (PlugDiff
)let g:plug_window = '-tabnew' let g:plug_pwindow = 'vertical rightbelow new'
-
Added support for
{ 'do': ':VimCommand' }
notation- e.g.
Plug 'fatih/vim-go', { 'do': ':GoInstallBinaries' }
- e.g.
-
Plug
command exported asplug#
function- e.g.
call plug#('junegunn/seoul256.vim')
- e.g.