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
With default configuration, the completion will be disabled when in a buffer whose type is prompt, but the buffer level key mappings may trigger the completion.
For example, when use nvim-telescope to live grep, and I type letter the completion list not pop up:
But when I use <bs> or some brackets the completion list will pop up:
My <bs> and brackets had been binded when BufEnter by the jiangmiao/auto-pairs plugin.
And I've tried that when I remove the <bs> key mapping in the buffer, when I press <bs> the cmopletion list won't pop up. So I guess it's something related with the buffer level keymappings.
Relevant configuration
No response
neovim version
NVIM v0.10.1
blink.cmp version: branch, tag, or commit
v0.8.1
The text was updated successfully, but these errors were encountered:
Kaiser-Yang
changed the title
Buffer level key mapping may trigger blink in 'promt' buffer
Buffer level key mappings may trigger blink in 'promt' buffer
Dec 22, 2024
Kaiser-Yang
changed the title
Buffer level key mappings may trigger blink in 'promt' buffer
Buffer level key mappings may trigger blink in promt buffer
Dec 22, 2024
Make sure you have done the following
blink.cmp
Bug Description
With default configuration, the completion will be disabled when in a buffer whose type is
prompt
, but the buffer level key mappings may trigger the completion.For example, when use nvim-telescope to live grep, and I type letter the completion list not pop up:
But when I use
<bs>
or some brackets the completion list will pop up:My
<bs>
and brackets had been binded whenBufEnter
by thejiangmiao/auto-pairs
plugin.And I've tried that when I remove the
<bs>
key mapping in the buffer, when I press<bs>
the cmopletion list won't pop up. So I guess it's something related with the buffer level keymappings.Relevant configuration
No response
neovim version
NVIM v0.10.1
blink.cmp
version: branch, tag, or commitv0.8.1
The text was updated successfully, but these errors were encountered: