Skip to content

Conversation

@sontungexpt
Copy link

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
Copy link

CLAassistant commented Nov 19, 2025

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