diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-02-17 13:58:08 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-02-17 13:58:08 +0900 |
commit | 7ec03dedd2596d4a99a6e0cd6f64025b5ae14e8e (patch) | |
tree | bea034d0ff7c5fac1c098acca7b3a8477e248372 /local-schema.json | |
parent | bb1dbc53da853aefc81b0bd042fee339c5905078 (diff) | |
download | vim-lsp-settings-7ec03dedd2596d4a99a6e0cd6f64025b5ae14e8e.tar.gz vim-lsp-settings-7ec03dedd2596d4a99a6e0cd6f64025b5ae14e8e.tar.bz2 vim-lsp-settings-7ec03dedd2596d4a99a6e0cd6f64025b5ae14e8e.zip |
Fix local-schema.json
Diffstat (limited to 'local-schema.json')
-rw-r--r-- | local-schema.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/local-schema.json b/local-schema.json index 8d48843..694a97f 100644 --- a/local-schema.json +++ b/local-schema.json @@ -4,6 +4,7 @@ "patternProperties": { "^([a-z0-9_-]+)+$": { "description": "define name of language server", + "type": "object", "properties": { "blacklist": { "items": { |