mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
5168cd50db
This commit extends `PlugInstall` and `PlugUpdate` command to allow updating only a subset of plugins as follows: " With tab completion of plugin names :PlugInstall vim-easy-align seoul256 :PlugUpdate vim-easy-align seoul256 |
||
---|---|---|
.. | ||
README.md | ||
run | ||
workflow.vader |
Test cases for vim-plug
Prerequisite
Run
:e workflow.vader | Vader
TODO
Test cases for the following features are currently missing:
- Output formatting
- Timeout or interrupt cleaning up git processes
- User prompt in PlugClean command
- Automatic dependency resolution using Plugfile
- Single-threaded installer
- Windows support