Skip to content

Trigger redraw_status_line when waiting#339

Open
sontungexpt wants to merge 1 commit into
Exafunction:mainfrom
sontungexpt:main
Open

Trigger redraw_status_line when waiting#339
sontungexpt wants to merge 1 commit into
Exafunction:mainfrom
sontungexpt:main

Conversation

@sontungexpt

Copy link
Copy Markdown

I am trying to implement the statusline for codeium status.
According to the documentation we has three state "idle", "waiting", and "completions" and we should register update callback by calling

require("codeium.virtual_text").set_statusbar_refresh(function()
 --- do something here
end)

But I realize that I never receive "waiting".
The status flips directly between "idle" and "completions", with no intermediate state.

So I created this PR for fixed this problem.

@CLAassistant

CLAassistant commented Nov 19, 2025

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants