-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcoc-settings.json
More file actions
28 lines (28 loc) · 879 Bytes
/
Copy pathcoc-settings.json
File metadata and controls
28 lines (28 loc) · 879 Bytes
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
{
"coc.preferences.useQuickfixForLocations": true,
"suggest.removeDuplicateItems": true,
"coc.source.conjure.priority": 999999,
"codeLens.enable": true,
"codeLens.position": "eol",
"dialog.rounded": false,
"notification.border": false,
"suggest.noselect": true,
"suggest.enablePreselect": false,
"suggest.maxCompleteItemCount": 15,
"suggest.removeDuplicateItems": true,
"suggest.snippetIndicator": "->",
"outline.splitCommand": "bel 10sp",
"callHierarchy.splitCommand": "bel 10sp",
"callHierarchy.openCommand": "split",
"languageserver": {
"clojure-lsp": {
"command": "clojure-lsp",
"filetypes": ["clojure"],
"progressOnInitialization": true,
"rootPatterns": ["project.clj", "deps.edn", "bb.edn"],
"additionalSchemes": ["jar", "zipfile"],
"trace.server": "verbose",
"hover": {"hide-file-location?": true}
}
}
}