1
0
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:
Eric Wong 2025-02-15 13:53:36 +08:00
parent d8a525b27b
commit d9eff307ff
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848

View File

@ -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