-
Notifications
You must be signed in to change notification settings - Fork 321
Open
Labels
backlogLikely not getting to it anytime soonLikely not getting to it anytime soonfeatureNew feature or requestNew feature or requestsnippetsBuilt-in provider and library for snippetsBuilt-in provider and library for snippets
Description
Make sure you have done the following
- I have updated to the latest version of
blink.cmp - I have read the README
Bug Description
Given a snippet with a choice node, and a supertab keymap
a snippet such as this
{
"coc": {
"body": "${1|fix,feat,build,chore,ci,docs,style,refactor,perf,test|}(${2:scope}):${3:title}",
"prefix": "coc"
}
}
will need <c-y> to accept from the choice node.
Relevant configuration
keymap = { preset = 'super-tab' },neovim version
NVIM v0.11.0-dev-1408+gffaab09e99
blink.cmp version: branch, tag, or commit
0.8.1
chrisgrieser
Metadata
Metadata
Assignees
Labels
backlogLikely not getting to it anytime soonLikely not getting to it anytime soonfeatureNew feature or requestNew feature or requestsnippetsBuilt-in provider and library for snippetsBuilt-in provider and library for snippets