-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
I'd like to run PlugInstall non-interactively from the command line to provision a new system (using Ansible in this case). If I do vim -c 'PlugInstall' it works, but it is interactive, opening up a terminal window where you can see the progress of the installation. If I try to run it non-interactively I get an error, e.g. "Vim: Warning: Output is not to a terminal", "Vim: Warning: Input is not from a terminal".
NeoBundle provides a script to install ~/.vim/bundle/neobundle.vim/bin/neoinstall non-interactively, could vim-plug offer something similar?
ibnYusrat, anitianswartz and mgrzaslewicz