aboutsummaryrefslogtreecommitdiff
path: root/schema.json
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2020-01-27 12:35:01 +0900
committerGitHub <noreply@github.com>2020-01-27 12:35:01 +0900
commitd83e45e1a1f5b16dab688c9e1e1d4789a46b28bb (patch)
tree88b2611e0ae173005271787ffa90c4218daf5ac6 /schema.json
parent0d0827debc115f214b69621bb63e27b18dce2b4e (diff)
parent5d06f7504b505fdae63888d75d813e60d9675004 (diff)
downloadvim-lsp-settings-d83e45e1a1f5b16dab688c9e1e1d4789a46b28bb.tar.gz
vim-lsp-settings-d83e45e1a1f5b16dab688c9e1e1d4789a46b28bb.tar.bz2
vim-lsp-settings-d83e45e1a1f5b16dab688c9e1e1d4789a46b28bb.zip
Merge pull request #101 from mattn/efm
Add efm-langserver
Diffstat (limited to 'schema.json')
-rw-r--r--schema.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/schema.json b/schema.json
index c9ccb91..2537af6 100644
--- a/schema.json
+++ b/schema.json
@@ -23,6 +23,10 @@
"description": "define name of language server",
"type": "string"
},
+ "diabled": {
+ "description": "disable this server",
+ "type": "boolean"
+ },
"requires": {
"description": "define commands to install this language server",
"type": "array",