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
I have a custom blink provider which I use in my plugin. I noticed early last week that after triggering the provider with / in a buffer, that blink left behind () (two brackets).
I lazily countered this with a vim.api.nvim_buf_set_text. However, as of yesterday, blink is leaving the trigger character, the two brackets and the words I typed before triggering the execute function.
I wondered if anyone could see if I'm doing anything dumb in the custom provider?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a custom blink provider which I use in my plugin. I noticed early last week that after triggering the provider with
/
in a buffer, that blink left behind()
(two brackets).I lazily countered this with a
vim.api.nvim_buf_set_text
. However, as of yesterday, blink is leaving the trigger character, the two brackets and the words I typed before triggering the execute function.I wondered if anyone could see if I'm doing anything dumb in the custom provider?
Source: olimorris/codecompanion.nvim#617
Beta Was this translation helpful? Give feedback.
All reactions