Commonly Compared
Ranked in these QuestionsQuestion Ranking
Pros
Pro Simple to set up and use
Vim-plug just requires a single file download to start using, and also requires nothing extra be added to your Vimrc outside of the function calls to start/end defining plugins.
Pro Lightweight
Vim-plug uses a fast parallel installation/update process and uses on demand loading for faster startup times.
Pro Parallel plugin installation
Pro Recently updated
Active Repo
Pro Fast
Pro Supports post-update hooks
vim-plug allows you to automatically run arbitrary shell commands after installing or updating a plugin, which is useful if the plugin needs to be compiled or make install
ed after an update.