:source dein_plug.vim
dein#is_sourced(name)
.
Plug 'foo/bar', {'do': Function('baz')}
where baz
can be function! baz(info)
. The info
callback parameter has a:info.status
which I can check for 'installed'
, 'updated'
or 'force'
for when bang is used on PlugInstall!
.
g:lightline#palette().normal.middle[0][1]
, but that generate errors of non existing s:lightline
script var.
'path'
for plugin doesn't exist, it's not created for the clone....
there's no issue when it's neovim, no idea why. I get no issues with vim-plug with same code.
dein#add()
?