FYI, vim-plug also supports lazy-loading and the interface is pretty simple and concise [1].
NeoBundle obviously has more features, most notably supporting VCS' other than git, while vim-plug tries to be simpler and easier to setup and use (being a single file, no boilerplate code [2]). So they have different perspectives and I wouldn't argue that one is better than the other. It really depends on personal tastes.
NeoBundle obviously has more features, most notably supporting VCS' other than git, while vim-plug tries to be simpler and easier to setup and use (being a single file, no boilerplate code [2]). So they have different perspectives and I wouldn't argue that one is better than the other. It really depends on personal tastes.
[1]: https://github.com/junegunn/vim-plug#on-demand-loading-of-pl...
[2]: https://github.com/junegunn/vim-plug#example-a-small-sensibl...