mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-20 02:56:10 -07:00
25 lines
440 B
Markdown
25 lines
440 B
Markdown
Test cases for vim-plug
|
|
=======================
|
|
|
|
### Prerequisite
|
|
|
|
- [Vader.vim](https://github.com/junegunn/vader.vim)
|
|
|
|
### Run
|
|
|
|
```vim
|
|
: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
|
|
|