You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want to change the kind_text in nvim-cmp config.
change kind_text base on cmp name, setting in cmp.formatting.
How can I do it without modify cmp-plugin
for example:
nvim-emoji auto return kind = ('TEXT')
but I want't to return as 'EMOJI', but do not change the source of cmp-emoji
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If I want to change the kind_text in nvim-cmp config.
change kind_text base on cmp name, setting in cmp.formatting.
How can I do it without modify cmp-plugin
for example:
nvim-emoji auto return kind = ('TEXT')
but I want't to return as 'EMOJI', but do not change the source of cmp-emoji
Beta Was this translation helpful? Give feedback.
All reactions