dotfiles/nvim/coc-settings.json

32 lines
668 B
JSON

{
// Using manually patched NerdFonts with codicon.ttf
// glyphs from https://code.visualstudio.com/api/references/icons-in-labels
"suggest.completionItemKindLabels": {
"function": "",
"method": "",
"variable": "",
"constant": "",
"struct": "",
"class": "",
"interface": "",
"text": "",
"enum": "",
"enumMember": "",
"module": "",
"color": "",
"property": "",
"field": "",
"unit": "",
"file": "",
"value": "",
"event": "",
"folder": "",
"keyword": "",
"snippet": "",
"operator": "",
"reference": "",
"typeParameter": "",
"default": ""
}
}