You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it won't update the current slot until I trigger / leave a recording. If you expose the function or emit an event, I could declare it in the update section or bind manually and trigger my own event through vim.api.nvim_exec_autocmds('User', { pattern = 'MyCustomEvent' })
Relevant Screenshot
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment, for example "bump", and it will be kept open.
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment, for example "bump", and it will be kept open.
Checklist
Feature Requested
I'm unable to trigger a StatusLine update while pressing Ctrl-Q because no event is triggered.
This is the component for hairline that I've created:
But it won't update the current slot until I trigger / leave a recording. If you expose the function or emit an event, I could declare it in the update section or bind manually and trigger my own event through
vim.api.nvim_exec_autocmds('User', { pattern = 'MyCustomEvent' })
Relevant Screenshot
No response
The text was updated successfully, but these errors were encountered: