We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blink.cmp
<C-k>
Selecting a completion option containing {} is incorrectly escaping the second bracket. This is also the case for items containing multiple sets of {}
{}
Then selecting the item with <c-y>
<c-y>
The only thing I can think of that would be relevant is auto brackets but I haven't set that so it's whatever the default is.
neovim
NVIM v0.10.3 Build type: Release LuaJIT 2.1.1713773202
v0.10.0
The text was updated successfully, but these errors were encountered:
80945db
No branches or pull requests
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
Selecting a completion option containing
{}
is incorrectly escaping the second bracket. This is also the case for items containing multiple sets of{}
Then selecting the item with

<c-y>
Relevant configuration
The only thing I can think of that would be relevant is auto brackets but I haven't set that so it's whatever the default is.
neovim
versionblink.cmp
versionv0.10.0
The text was updated successfully, but these errors were encountered: