Created
May 17, 2021 07:11
-
-
Save Aragami1408/db5d079e9f192e5ea6e28b60a75540e6 to your computer and use it in GitHub Desktop.
:CocConfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"coc.preferences.useQuickfixForLocations": true, | |
"diagnostic.hintSign": "ﯦ", | |
"suggest.completionItemKindLabels": { | |
"keyword": "\uf1de", | |
"variable": "\ue79b", | |
"value": "\uf89f", | |
"operator": "\u03a8", | |
"function": "\u0192", | |
"reference": "\ufa46", | |
"constant": "\uf8fe", | |
"method": "\uf09a", | |
"struct": "\ufb44", | |
"class": "\uf0e8", | |
"interface": "\uf417", | |
"text": "\ue612", | |
"enum": "\uf435", | |
"enumMember": "\uf02b", | |
"module": "\uf40d", | |
"color": "\ue22b", | |
"property": "\ue624", | |
"field": "\uf9be", | |
"unit": "\uf475", | |
"event": "\ufacd", | |
"file": "\uf723", | |
"folder": "\uf114", | |
"snippet": "\ue60b", | |
"typeParameter": "\uf728", | |
"default": "\uf29c" | |
}, | |
"typescript.showUnused": true, | |
"javascript.showUnused": true, | |
"clangd.checkUpdates": true, | |
"clangd.path": "C:\\Users\\ADMIN\\AppData\\Local\\coc\\extensions\\coc-clangd-data\\install\\12.0.0\\clangd_12.0.0\\bin\\clangd.exe", | |
"clangd.semanticHighlighting": true, | |
"rust-analyzer.updates.channel": "nightly", | |
"rust-analyzer.inlayHints.refreshOnInsertMode": true, | |
"rust-analyzer.notifications.cargoTomlNotFound": false, | |
"rust-analyzer.cargo.allFeatures": true, | |
"rust-analyzer.procMacro.enable": true, | |
"rust-analyzer.hoverActions.linksInHover": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment