Skip to content

Instantly share code, notes, and snippets.

@pyratin
Last active October 3, 2025 18:09
Show Gist options
  • Save pyratin/de71d2c2969a143b97e6fed5befe9883 to your computer and use it in GitHub Desktop.
Save pyratin/de71d2c2969a143b97e6fed5befe9883 to your computer and use it in GitHub Desktop.
{
"coc.preferences.jumpCommand": "tabe",
"eslint.alwaysShowStatus": true,
"diagnostic.errorSign": "󰅚 ",
"diagnostic.warningSign": "󰀪 ",
"diagnostic.infoSign": "󰋽 ",
"diagnostic.hintSign": "󰌶 ",
"suggest.completionItemKindLabels": {
"text": "󰉿",
"method": "󰆧",
"function": "󰊕",
"constructor": "",
"field": "󰜢",
"variable": "󰀫",
"class": "󰠱",
"interface": "",
"module": "",
"property": "󰜢",
"unit": "",
"value": "󰎠",
"enum": "",
"keyword": "󰌋",
"snippet": "",
"color": "󰏘",
"file": "󰈙",
"reference": "󰈇",
"folder": "󰉋",
"enumMember": "",
"constant": "󰏿",
"struct": "󰙅",
"event": "",
"operator": "󰆕",
"typeParameter": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment