mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Fix schema
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
"additionalProperties": false,
|
||||
"description": "define command description",
|
||||
"properties": {
|
||||
"refresh_pattern": {
|
||||
"description": "loop left and find the start of the word or trigger chars and set it as the startcol for the source instead of refresh_pattern",
|
||||
"type": "string"
|
||||
},
|
||||
"command": {
|
||||
"description": "define name of language server",
|
||||
"type": "string"
|
||||
},
|
||||
"config": {
|
||||
"description": "server related configurations",
|
||||
"type": "object"
|
||||
},
|
||||
"disabled": {
|
||||
"description": "disable this server",
|
||||
"type": "boolean"
|
||||
|
||||
Reference in New Issue
Block a user