{ // cspell: enableCompoundWords "coc.preferences.formatOnSaveFiletypes": [ "json", "jsonc", "rust", "markdown", "xml", "html", "css", "lua", "go" ], "markdownlint.config": { "line-length": { "line_length": 120 } }, "coc.preferences.enableMarkdown": false, "prettier.proseWrap": "always", "diagnostic.errorSign": "", //  •• "diagnostic.warningSign": "", //  • "diagnostic.hintSign": "", // • "diagnostic.infoSign": "", // • "diagnostic.checkCurrentLine": false, "diagnostic.level": "hint", "diagnostic.autoRefresh": true, "diagnostic.refreshOnInsertMode": false, "diagnostic.locationlistUpdate": true, "diagnostic.virtualText": true, "diagnostic.signPriority": 20, "diagnostic.enableHighlightLineNumber": false, "suggest.disableMenu": false, "suggest.snippetIndicator": "", "suggest.languageSourcePriority": 100, "suggest.enablePreview": true, "suggest.removeDuplicateItems": true, "suggest.detailField": "preview", "suggest.labelMaxLength": 100, "suggest.noselect": false, "suggest.selection": "recentlyUsedByPrefix", "suggest.acceptSuggestionOnCommitCharacter": true, "suggest.completionItemKindLabels": { "default": "", "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": "" //    }, "Lua.telemetry.enable": false // cspell: ignore struct // vim: filetype=jsonc }