aboutsummaryrefslogtreecommitdiff
path: root/schema.json
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-01-27 12:08:51 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-01-27 12:08:51 +0900
commit2b2cc38c2dc2f21321c8f99d25645735bb2db72e (patch)
treebbf539ac8becc59ef5e32eb3c72e49b4c62036f5 /schema.json
parent46193cac27c6ae28f5e85cfb2cdedb2075a43209 (diff)
downloadvim-lsp-settings-2b2cc38c2dc2f21321c8f99d25645735bb2db72e.tar.gz
vim-lsp-settings-2b2cc38c2dc2f21321c8f99d25645735bb2db72e.tar.bz2
vim-lsp-settings-2b2cc38c2dc2f21321c8f99d25645735bb2db72e.zip
Disable efm-langserver in default
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",