cmp-emoji icon indicating copy to clipboard operation
cmp-emoji copied to clipboard

nvim-cmp source for emoji

Results 8 cmp-emoji issues
Sort by recently updated
recently updated
newest added

Supersedes https://github.com/hrsh7th/cmp-emoji/pull/3/

Hi Wondering if there's new emojis being added? Or plans to add new ones? I'm manually adding some emojis that I personally use/like but was wondering whether we have anything...

Given this `file.lua` ```lua local str = ':smi -- ^ cursor ``` **EXPECTED**: cmp menu open with 😄 emoji selected **ACTUAL**: no cmp menu

Confirming the emoji inserts the emoji instead of the emoji name even though `insert = false` is set. Is there any way to get around that?

Fixes #7. Not sure if it's the right way to go about this to achieve this functionality in terms of optimality but for me it achieves the desired functionality with...

I enjoy the plugin, but I also work in a few languages that make frequent use of colons as starting characters for keywords/symbols. What are your thoughts on making an...