summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2021-02-05 02:12:12 -0500
committerChris <[email protected]>2021-02-05 02:12:12 -0500
commitd250f5681ffec97006eded1bab26ad0fdd4fbe7c (patch)
treef37011a3381c70a62d287061ccba9bb8dc47817d
parent68e484ae2a7a58925066bc0d6cd4679df772ecd9 (diff)
lsp kinds
-rw-r--r--coc-settings.json24
1 files changed, 23 insertions, 1 deletions
diff --git a/coc-settings.json b/coc-settings.json
index 8a7e7fde..6d8ab40b 100644
--- a/coc-settings.json
+++ b/coc-settings.json
@@ -5,7 +5,29 @@
"suggest.completionItemKindLabels": {
"text": "t",
"method": "m",
- "function": ""
+ "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"
},
"snippets.priority": 1,
//"yank.priority": 1,