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
`char` from the `on_char_added` handler, which was used before, doesn't
represent the character under the cursor in some situations, such as
when using an autopairs plugin.
FixesSaghen#909
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev!)Bug Description
Without an autopairs plugin:
With an autopairs plugin (mini.pairs or nvim-autopairs):
Signature triggers normally after pressing
,
when inside the pairs, or going to normal mode and back to insert mode while inside the pairs.Repro with mini.pairs:
repro.lua.txt
Relevant configuration
No response
neovim
versionNVIM v0.11.0-dev-1481+g570a8da01b
blink.cmp
versionmain
The text was updated successfully, but these errors were encountered: