Search code examples
autocompleteneovimcoc.nvimtsserver

coc.nvim Add icons in suggestions menu


Screen Shot from Termux

I want to add Icons (like VSCode) in suggestion on the k(keyword), v(variable).

I tried searching with suggest keyword on coc-settings.json as well on duckduckgo.com. But nothing found to change the icon.


Solution

  • You can custom the kind label with suggest.completionItemKindLabels.

    Check :h coc-config-suggest-completionItemKindLabels.