aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-02-14 01:41:40 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-02-14 01:41:40 +0900
commit914b9bbdca4bbe0266b796b844f6960b3d34607b (patch)
tree5c6014744376544de62a61e49580498c20f4a666
parentc7b8916b10cc63ce40652e905e69c6cc8ab72a08 (diff)
downloadvim-lsp-settings-914b9bbdca4bbe0266b796b844f6960b3d34607b.tar.gz
vim-lsp-settings-914b9bbdca4bbe0266b796b844f6960b3d34607b.tar.bz2
vim-lsp-settings-914b9bbdca4bbe0266b796b844f6960b3d34607b.zip
Fix schema
-rw-r--r--schema.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/schema.json b/schema.json
index 95cd0f7..e2b234d 100644
--- a/schema.json
+++ b/schema.json
@@ -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"