1
0
mirror of https://github.com/amix/vimrc synced 2025-07-27 15:04:59 +08:00

Update coc.nvim

This commit is contained in:
Kurtis Moxley
2022-06-17 14:39:48 +08:00
parent 27c01e54fa
commit 9c0283f83b
16 changed files with 1897 additions and 1615 deletions

View File

@ -11,6 +11,11 @@
"default": false,
"description": "Set to true to use borders."
},
"rounded": {
"type": "boolean",
"default": false,
"description": "Use rounded borders when border is true."
},
"highlight": {
"type": "string",
"default": "CocFloating",
@ -187,7 +192,7 @@
},
"progressOnInitialization": {
"type": "boolean",
"default": true,
"default": false,
"description": "Enable progress report on languageserver initialize."
},
"initializationOptions": {
@ -797,6 +802,7 @@
"additionalProperties": false,
"properties": {
"border": {},
"rounded": {},
"highlight": {},
"borderhighlight": {},
"title": {},
@ -858,6 +864,7 @@
"additionalProperties": false,
"properties": {
"border": {},
"rounded": {},
"highlight": {},
"borderhighlight": {},
"title": {},
@ -942,6 +949,7 @@
"additionalProperties": false,
"properties": {
"border": {},
"rounded": {},
"highlight": {},
"borderhighlight": {},
"title": {},
@ -1038,6 +1046,14 @@
"default": false,
"description": "Use menu picker for message notification with actions."
},
"notification.disabledProgressSources": {
"type": "array",
"default": [],
"description": "Soureces that should be disabled for message progress, use * to disable all message only progresses",
"items": {
"type": "string"
}
},
"notification.minProgressWidth": {
"type": "integer",
"default": 30,
@ -1055,6 +1071,11 @@
"maximum": 100,
"description": "Winblend option of notification window, neovim only."
},
"workspace.openOutputCommand": {
"type": "string",
"default": "vs",
"description": "Command used to open output channel."
},
"workspace.openResourceCommand": {
"type": "string",
"default": "tab drop",
@ -1071,7 +1092,7 @@
"workspace.bottomUpFiletypes": {
"type": "array",
"default": [],
"description": "Filetypes that should have workspace folder should resolved from base directory of file.",
"description": "Filetypes that should have workspace folder should resolved from base directory of file, or [\"*\"] for any filetype.",
"items": {
"type": "string"
}
@ -1164,11 +1185,6 @@
"default": false,
"description": "Use vsplit for preview window."
},
"list.matchHighlightGroup": {
"type": "string",
"default": "CocSearch",
"description": "Highlight group used for matched texts in list window."
},
"list.previewHighlightGroup": {
"type": "string",
"default": "Search",