Open metal3d opened 5 years ago
This isn't currently possible in vundle. In comparison to some other popular plugin managers, vundle is rather minimal. The "vundle mindset" for this problem might be to handle calls done after a vundle installation separately, perhaps in a script. For instance, I have used a variety of installation scripts that clone vundle, installs a list of plugins, and then runs some following commands --- but the scripts itself are written in bash (or python or whatnot).
Hi, Thanks for that nice plugin !
I've got a question and the documentation didn't help: Is there a way to launch a command after installing something. For example, installing Deoplete need to call "UpdateRemotePlugins" afterward.
vim-plug proposes:
Any chance to have this with Vundle ?