From 2b2cc38c2dc2f21321c8f99d25645735bb2db72e Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Mon, 27 Jan 2020 12:08:51 +0900 Subject: Disable efm-langserver in default --- schema.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'schema.json') 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", -- cgit v1.2.3-54-g00ecf