onsails/lspkind.nvim

Replacing kind with icon instead of appending icon to kind

astier opened this issue · 2 comments

I would like to replace the text of the kinds (ex. Function, Snippet, etc.) with icons instead of appending the icons to the text.
Is this possible? I only want to see the icon. No text. Thank you.

yes. set with_text = false

hah that was to easy. thanks again.