{ "suggest.autoTrigger": "none", "suggest.noselect": true, "suggest.enablePreselect": false, "suggest.labelMaxLength": 60, "suggest.minTriggerInputLength": 4, "suggest.maxCompleteItemCount": 50, "suggest.timeout": 3000, "suggest.highPrioritySourceLimit": 30, "suggest.lowPrioritySourceLimit": 20, "suggest.removeDuplicateItems": true, "suggest.defaultSortMethod": "alphabetical", "suggest.triggerCompletionWait": 0, "suggest.filterGraceful": false, "suggest.floatConfig": { "border": false, "highlight": "Pmenu" }, "outline.splitCommand": "botright 40vs", "outline.togglePreviewKey": "", "outline.previewBorderHighlightGroup": "PopupBorder", "diagnostic.showUnused": true, "diagnostic.enableMessage": "jump", "diagnostic.autoRefresh": true, "diagnostic.checkCurrentLine": true, "diagnostic.refreshOnInsertMode": false, "diagnostic.enableSign": true, "diagnostic.errorSign": "E", "diagnostic.hintSign": "H", "diagnostic.infoSign": "I", "diagnostic.warningSign": "W", "diagnostic.format": "%message", "diagnostic.highlightLimit": 0, "diagnostic.virtualText": false, "diagnostic.virtualTextCurrentLineOnly": true, "diagnostic.virtualTextFormat": "%message", "inlayHint.enable": false, "floatFactory.floatConfig": { "border": true, "highlight": "CocFloating", "borderhighlight": "PopupBorder", "close": false }, "signature.enable": false, "signature.hideOnTextChange": true, "signature.floatConfig": { "maxHeight": 6 }, "hover.floatConfig": { "maxWidth": 100 }, "notification.timeout": 5000, "notification.disabledProgressSources": ["*"], "dialog.rounded": false, "dialog.floatBorderHighlight": "PopupBorder", "list.statusLineSegments": [ "%#CocListMode# COC %{coc#list#status('args')}%*", "%1(%{coc#list#status('loading')}%)", "%L/%{coc#list#status('total')} - %l ", "%=", "%#CocListPath# %{coc#list#status('cwd')} %*" ], "list.alignColumns": false, "list.floatPreview": true, "list.height": 10, "list.limitLines": 20000, "list.maxPreviewHeight": 10, "list.previewHighlightGroup": "Visual", "list.source.diagnostics.pathFormat": "short", "list.previewToplineOffset": 3, "list.insertMappings": { "": "do:defaultaction", "": "do:toggle", "": "do:selectall", "": "do:previewup", "": "do:previewdown", "": "do:previewtoggle", "": "do:refresh", "": "do:chooseaction", "": "action:quickfix", "": "action:vsplit", "": "action:split", "": "action:tabe", "": "prompt:insertregister", "": "prompt:previous", "": "prompt:next", "": "prompt:left", "": "prompt:right" }, "list.normalMappings": { "": "do:defaultaction", "": "do:next", "": "do:previous", "": "do:previewtoggle", "": "do:previewup", "": "do:previewdown" }, "pullDiagnostic.onChange": true, "pullDiagnostic.onSave": true, "coc.preferences.enableMessageDialog": false, "coc.preferences.extensionUpdateCheck": "never", "coc.preferences.promptInput": false, "coc.preferences.formatOnSave": false, "coc.preferences.willSaveHandlerTimeout": 1000, "workspace.rootPatterns": [ ".git" ], "Lua.runtime.version": "LuaJIT", "Lua.completion.callSnippet": "Replace", "Lua.diagnostics.workspaceRate": 90, "Lua.hover.expandAlias": false, "Lua.hover.viewStringMax": 100, "Lua.hover.previewFields": 30, "html.filetypes": ["html", "gohtmltmpl"], "snippets.extends": { "gohtmltmpl": ["html"], }, "snippets.loadVSCodeProjectSnippets": false, "snippets.ultisnips.enable": false, "snippets.ultisnips.pythonPrompt": false }