Advertisement
Lothering1

coc-settings.json

Sep 10th, 2022
1,268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.49 KB | None | 0 0
  1. {
  2.   "diagnostic.errorSign": "✖",
  3.   "diagnostic.warningSign": "⚠",
  4.   "diagnostic.infoSign": "ⓘ",
  5.   "diagnostic.hintSign": "\uf834",
  6.   "suggest.completionItemKindLabels": {
  7.     "keyword": "\uf1de", //  sliders
  8.     "variable": "\ue79b", //  isometric box
  9.     "value": "\uf89f", //  digits 123
  10.     "operator": "\u03a8", // Ψ greek letter psi
  11.     "constructor": "\uf0ad", //  wrench
  12.     "function": "\u0192", // ƒ latin small letter F
  13.     "reference": "\ue79b", //  retweet symbol
  14.     "constant": "\uf8fe", //  greek letter pi
  15.     "method": "\uf794", //  mdi-function "f"
  16.     "struct": "\ufb44", // פּ file tree
  17.     "class": "\uf0e8", //  hierarchy / site map
  18.     "interface": "\uf417", //  git commit / line interrupted by circle
  19.     "text": "\ue612", //  left-justified lines
  20.     "enum": "\uf02c", //  pair of tags
  21.     "enumMember": "\uf02b", //  tag
  22.     "module": "\uf40d", //  code file / page showing angle brackets
  23.     "color": "\ue22b", //  palette
  24.     "property": "\ue624", //  predator dots
  25.     "field": "\uf1b2", //  left-justified sorted lines
  26.     "unit": "\uf475", //  negative-space ellipsis
  27.     "event": "\ufacd", // 鬒clock alert / clock with exclamation mark
  28.     "file": "\uf15b", //  file / blank page
  29.     "folder": "\uf07b", //  folder
  30.     "snippet": "\ue60b", //  pair of curly braces
  31.     "typeParameter": "\uf728", //  file presentation box
  32.     "default": "\uf29c" //  question mark in circle
  33.   }
  34. }
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement