Replies: 1 comment 7 replies
-
I think that's something that isn't currently possible https://github.com/hrsh7th/nvim-cmp/blob/main/lua/cmp/core.lua#L275-L277 https://github.com/hrsh7th/nvim-cmp/blob/main/lua/cmp/utils/api.lua#L35-L38 |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey 👋
I try to do a simple mapping:
:smap <C-r> <cmd>lua require('cmp').complete()<CR>
. But it does not open the completion menu. The same forimap
just works fine.What am I missing?
I tried to search in the issues and discussions for help. Sorry I missed something. The term
select
is overloaded for this plugin. 🙈Beta Was this translation helpful? Give feedback.
All reactions