vim +PluginInstall +qall will install the plugins and exit, but the process opens the normal vim UI and gives feedback in that UI. Is there a way to have each installation printed to stdout, so as to make an automated installation workflow sane? Currently i'm just muting Vim, which is less than optimal. Thoughts?
vim +PluginInstall +qallwill install the plugins and exit, but the process opens the normal vim UI and gives feedback in that UI. Is there a way to have each installation printed to stdout, so as to make an automated installation workflow sane? Currently i'm just muting Vim, which is less than optimal. Thoughts?