Closed funkhouserw closed 7 years ago
This is the suggested way to call vim-plug as per the github page
depending on your installation, silent removes extraneous command line output that you would otherwise get with execute
silent
execute
Additional benefit is that on a clean install when you open vim, :PlugInstall will run automatically
:PlugInstall
This is the suggested way to call vim-plug as per the github page
depending on your installation,
silent
removes extraneous command line output that you would otherwise get withexecute
Additional benefit is that on a clean install when you open vim,
:PlugInstall
will run automatically