mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-22 05:03:43 +08:00
docs(ui): update custom ui doc
This commit is contained in:
parent
d8a525b27b
commit
d9eff307ff
3
bundle/nvim-plug/README.md
vendored
3
bundle/nvim-plug/README.md
vendored
@ -196,13 +196,14 @@ The plugUiData is table with following keys:
|
||||
| key | description |
|
||||
| --------------- | ---------------------------------------------------- |
|
||||
| `clone_done` | boolead, is true when clone successfully |
|
||||
| `command` | string, clone, pull or build |
|
||||
| `command` | string, clone, pull, curl or build |
|
||||
| `clone_process` | string, git clone progress, such as `16% (160/1000)` |
|
||||
| `clone_done` | boolean, git clone exit status |
|
||||
| `building` | boolean |
|
||||
| `build_done` | boolean |
|
||||
| `pull_done` | boolean |
|
||||
| `pull_process` | string |
|
||||
| `curl_done` | boolean |
|
||||
|
||||
```lua
|
||||
--- your custom UI
|
||||
|
Loading…
Reference in New Issue
Block a user