diff options
| -rw-r--r-- | coc-settings.json | 55 | 
1 files changed, 29 insertions, 26 deletions
| diff --git a/coc-settings.json b/coc-settings.json index c12b4d8e..cbf58dc2 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -1,33 +1,36 @@  {    // suggestions    // "suggest.echodocSupport": true, -  // TODO add more labels and give them cool glyphs +/* https://code.visualstudio.com/docs/editor/intellisense  reference for vscode symbols*/ +/* https://www.nerdfonts.com/cheat-sheet  reference to find some other symbols*/ +    /* some symbols you might like: ī˛ ī
 ī īĸ īŖ īĻ î īĨ ī ī
 ī¨ ī ī ī î¤ î î */ +    /* fb44 this is the hex for nf-mdi-file_tree, should be good for class*/    "suggest.completionItemKindLabels": { -    "text": "t", -    "method": "m", -    "function": "ī", -    "constructor": "î", -    "field": "f", -    "variable": "î", -    "class": "î", -    "interface": "ī°Ž", -    "module": "īŖ", -    "property": "î¤", -    "unit": "īĩ", -    "value": "īĸ", -    "enum": "äē", -    "keyword": "ī 
", -    "snippet": "īŦ", -    "color": "îĢ", -    "file": "ī
", -    "reference": "ref", -    "folder": "ī'", -    "enumMember": "ī
", -    "constant": "îŦ'", -    "struct": "ī", -    "event": "event", -    "operator": "op", -    "typeParameter": "tp" +    "method": " î ", +    "function": " î ", +    "variable": "[î]", +    "field": " î ", +    "typeParameter": "<ī>", +    "constant": " īŧ ", +    "class": "īī  ", +    "interface": " ", +    "struct": " īŗ ", +    "event": " ī§ ", +    "operator": " ī ", +    "module": " ī¨ ", +    "property": " ī ", +    "enum": " īŠ", +    "reference": " ī ", +    "keyword": " ī§ ", +    "file": " ī
 ", +    "folder": " īąŽ ", +    "color": " îĢ ", +    "unit": " īĨŦ ", +    "snippet": " ī ", +    "text": " īĢ ", +    "constructor": " î ", +    "value": " īĸ ", +    "enumMember": " ī
 "    },    "snippets.priority": 1,    //"yank.priority": 1, | 
