kristijanhusak / vim-packager

Vim plugin manager that utilizes "jobs" and "pack" features.
MIT License
245 stars 9 forks source link

Update selected packages #31

Closed jbarik closed 3 years ago

jbarik commented 3 years ago

How do I update a single package(or few packages)? Many times I don't want to update all the packages.

kristijanhusak commented 3 years ago

You can now provide array of plugin names to update like this:

PackagerUpdate {'plugins': ['fzf.vim', 'vim-packager']}