-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoc-settings.json
56 lines (56 loc) · 1.4 KB
/
coc-settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"callHierarchy.splitCommand": "bel 10sp",
"clojure.initialization-options.semantic-tokens?": true,
"clojure.initialization-options.use-metadata-for-privacy?": true,
"clojure.lsp-check-on-start": false,
"clojure.startup-message": true,
"clojure.trace.server": "verbose",
"[clojure]": {
"semanticTokens.enable": true
},
"coc.preferences.extensionUpdateCheck": "daily",
"coc.preferences.messageLevel": "error",
"workspace.rootPatterns": [
"deps.edn",
"project.clj",
".git",
".projections.json"
],
"coc.preferences.useQuickfixForLocations": false,
"codeLens.enable": true,
"codeLens.position": "eol",
"diagnostic.floatConfig": {
"border": true,
"maxWidth": 256
},
"suggest.maxCompleteItemCount": 15,
"suggest.removeDuplicateItems": true,
"suggest.snippetIndicator": "->",
"suggest.completionItemKindLabels": {
"class": "פּ",
"color": "",
"constant": "",
"constructor": "",
"enum": "練",
"enumMember": "",
"event": "",
"field": "",
"file": "",
"folder": "ﱮ",
"function": "",
"interface": "蘒",
"keyword": "",
"method": "",
"module": "",
"operator": "",
"property": "",
"reference": "",
"snippet": "",
"struct": "",
"text": "",
"typeParameter": "",
"unit": "塞",
"value": "",
"variable": ""
}
}