From d9eff307ff9082ca036d091be0461d03f145cc89 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 15 Feb 2025 13:53:36 +0800 Subject: [PATCH] docs(ui): update custom ui doc --- bundle/nvim-plug/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle/nvim-plug/README.md b/bundle/nvim-plug/README.md index 057558764..ec749a944 100644 --- a/bundle/nvim-plug/README.md +++ b/bundle/nvim-plug/README.md @@ -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