coc.nvim Add icons in suggestions menu

109 views Asked by At

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.

1

There are 1 answers

0
fannheyward On BEST ANSWER

You can custom the kind label with suggest.completionItemKindLabels.

Check :h coc-config-suggest-completionItemKindLabels.