-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoc-settings.json
38 lines (33 loc) · 975 Bytes
/
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
{
"inlayHint.enable": false,
"suggest.noselect": true,
"git.addedSign.hlGroup": "SignColumn",
"git.changedSign.hlGroup": "SignColumn",
"git.removedSign.hlGroup": "SignColumn",
"git.topRemovedSign.hlGroup": "SignColumn",
"git.changeRemovedSign.hlGroup": "SignColumn",
"python.pythonPath": "python3",
"r.lsp.diagnostics": false,
"eslint.autoFixOnSave": true,
"eslint.experimental.useFlatConfig": true,
"typescript.preferences.importModuleSpecifier": "relative",
"snippets.autoTrigger": false,
"clangd.fallbackFlags": [ "-std=c++20" ],
// style
"suggest.floatConfig": {
"border": true,
"highlight": "Comment"
},
"diagnostic.floatConfig": {
"border": true,
"highlight": "Comment"
},
"signature.floatConfig": {
"border": true,
"highlight": "Comment"
},
"hover.floatConfig": {
"border": true,
"highlight": "Comment"
}
}