From 30e9a63502a5a7fc42cab7e4ce271f7ca17aa12a Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 15 Feb 2021 02:00:26 -0500 Subject: [PATCH] update lsp symbols --- coc-settings.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/coc-settings.json b/coc-settings.json index cbf58dc2..a786ae4f 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -3,7 +3,7 @@ // "suggest.echodocSupport": true, /* 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:                  */ + /* some symbols you might like: פּ                 */ /* fb44 this is the hex for nf-mdi-file_tree, should be good for class*/ "suggest.completionItemKindLabels": { "method": "  ", @@ -12,7 +12,7 @@ "field": "  ", "typeParameter": "<>", "constant": "  ", - "class": "פּ ", + "class": "  ", "interface": " 蘒", "struct": "  ", "event": "  ", @@ -23,14 +23,15 @@ "reference": "  ", "keyword": "  ", "file": "  ", - "folder": " ﱮ ", + "folder": " ﱮ", "color": "  ", "unit": " 塞 ", "snippet": "  ", "text": "  ", "constructor": "  ", "value": "  ", - "enumMember": "  " + "enumMember": "  ", + "default": "  " }, "snippets.priority": 1, //"yank.priority": 1,