hrsh7th / nvim-cmp

A completion plugin for neovim coded in Lua.
MIT License
8.14k stars 405 forks source link

keymaps <A-.> and <A-,> are not working #2085

Open narutozxp opened 2 weeks ago

narutozxp commented 2 weeks ago

I added the shortcut keys <A-.> and <A-,> in cmp.setup. They worked fine in previous versions, but after the recent update of nvim-cmp, the shortcut keys no longer work. If I roll back to version 82bd4b59432d44cf5e2a5ce3a40a037a575a6623, it works fine. So I suspect this bug is caused by #1935

OnlyWick commented 2 weeks ago

2081 Can fix.

narutozxp commented 13 hours ago

<A-.> still not work.

OnlyWick commented 38 minutes ago

I don't know why the OWNER didn't merge my PR.