blink.cmp icon indicating copy to clipboard operation
blink.cmp copied to clipboard

Mappings with Snippet Choice Nodes

Open tris203 opened this issue 10 months ago • 5 comments

Make sure you have done the following

  • [X] I have updated to the latest version of blink.cmp
  • [X] 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

tris203 avatar Dec 23 '24 23:12 tris203