Check out change log for extensive list of changes.
- (deprecated)
needs
: Due to its niche usages and how easy it could be implemented,needs
extension will be removed in the future release. - (deprecated) Due to a different variation of an upgrade command for each backend, upgrade command injection will be removed in the future release.
- (deprecated)
backend
: backend is no longer accepts string. Suggests to use one of the backend available throughrequire('plug').backend
instead.
- (requirement)
backend
: backend is no longer an optional nor opinionated by default - (removed)
plugin_dir
: backend specific configurations are now named asoptions
.
- (deprecated)
plugin_dir
: backend specific configurations are now named asoptions
. Forvim-plug
backend, simply renameplugin_dir
tooptions
should set a plugin directory correctly.
- Latest version before supporting multiple backend, check out vim-plug
- Latest version supporting neovim v0.5.1, check out nvim-0.5.1