Customize completion menu #5051
sknnks
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
You need install nerdfonts
Icons clone from https://github.com/onsails/lspkind.nvim
option 1
for lua
option 2
for coc-settings.json
{ "suggest.completionItemKindLabels": { "text": " text", "method": " method", "function": " function", "constructor": " constructor", "field": " field", "variable": " variable", "class": " class", "interface": " interface", "module": " module", "property": " property", "unit": " unit", "value": " value", "enum": " enum", "keyword": " keyword", "snippet": " snippet", "color": " color", "file": " file", "reference": " reference", "folder": " folder", "enumMember": " enumMember", "constant": " constant", "struct": " struct", "event": " event", "operator": " operator", "default": " default", "typeParameter": " typeParameter", }, }Beta Was this translation helpful? Give feedback.
All reactions