I installed coc-tabnine yesterday and noticed that, while typing : still triggers results for coc-emoji, emoji results are removed from the list upon typing any other characters. Disabling coc-tabnine and restarting nvim seems to resolve the issue.
I'm not sure if this is an issue with coc-tabnine, an issue with coc-emoji, or if it's simply a configuration probably on my end. I've tried setting coc.source.emoji.priority to various values (0 and 200) to see if it made a difference and it did not.
I installed
coc-tabnine
yesterday and noticed that, while typing:
still triggers results forcoc-emoji
, emoji results are removed from the list upon typing any other characters. Disablingcoc-tabnine
and restartingnvim
seems to resolve the issue.I'm not sure if this is an issue with
coc-tabnine
, an issue withcoc-emoji
, or if it's simply a configuration probably on my end. I've tried settingcoc.source.emoji.priority
to various values (0
and200
) to see if it made a difference and it did not.