aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-01-24 12:52:35 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-01-24 12:52:35 +0900
commite046c719864355821e52595c110b9798a715f8b3 (patch)
tree635a6befe2308914ee6528393499174645139fd6 /settings.json
parent8c6b4c326de02c27b9727e3f711bf17ba124efbd (diff)
downloadvim-lsp-settings-e046c719864355821e52595c110b9798a715f8b3.tar.gz
vim-lsp-settings-e046c719864355821e52595c110b9798a715f8b3.tar.bz2
vim-lsp-settings-e046c719864355821e52595c110b9798a715f8b3.zip
Support efm-langserver
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json46
1 files changed, 26 insertions, 20 deletions
diff --git a/settings.json b/settings.json
index a4d781f..5d32c03 100644
--- a/settings.json
+++ b/settings.json
@@ -1,4 +1,10 @@
{
+ "_": [
+ {
+ "command": "efm-langserver",
+ "requires": []
+ }
+ ],
"c": [
{
"command": "clangd",
@@ -256,6 +262,26 @@
}
}
],
+ "perl": [
+ {
+ "command": "slp",
+ "requires": [
+ "cpanm"
+ ]
+ },
+ {
+ "command": "monastery",
+ "requires": [
+ "cpanm"
+ ]
+ },
+ {
+ "command": "perl-languageserver",
+ "requires": [
+ "cpanm"
+ ]
+ }
+ ],
"php": [
{
"command": "intelephense",
@@ -426,26 +452,6 @@
]
}
],
- "perl": [
- {
- "command": "slp",
- "requires": [
- "cpanm"
- ]
- },
- {
- "command": "monastery",
- "requires": [
- "cpanm"
- ]
- },
- {
- "command": "perl-languageserver",
- "requires": [
- "cpanm"
- ]
- }
- ],
"yaml": [
{
"command": "yaml-language-server",