aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authorMitsuo Heijo <mitsuo.heijo@gmail.com>2019-12-19 00:35:59 +0900
committerMitsuo Heijo <mitsuo.heijo@gmail.com>2019-12-19 00:35:59 +0900
commit0474725cce2f851b4dfa921740ca3c95855dfe04 (patch)
treedd36236638dedef440e52350f88fe3256f99bfad /settings.json
parentb384fe6f3c8c46315821bf2a08798bfdcda880ee (diff)
downloadvim-lsp-settings-0474725cce2f851b4dfa921740ca3c95855dfe04.tar.gz
vim-lsp-settings-0474725cce2f851b4dfa921740ca3c95855dfe04.tar.bz2
vim-lsp-settings-0474725cce2f851b4dfa921740ca3c95855dfe04.zip
feature: Support yaml-language-server and lsp4xml
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/settings.json b/settings.json
index 623e122..29a816a 100644
--- a/settings.json
+++ b/settings.json
@@ -156,5 +156,21 @@
"npm"
]
}
+ ],
+ "yaml": [
+ {
+ "command": "yaml-language-server",
+ "requires": [
+ "npm"
+ ]
+ }
+ ],
+ "xml": [
+ {
+ "command": "lsp4xml",
+ "requires": [
+ "java"
+ ]
+ }
]
}