aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-02-18 17:31:55 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-02-18 17:31:55 +0900
commit978d09ad437fcc71d0bc928a10436dbfd537d401 (patch)
tree4209de8acef065cd369ecd17953b1b27fdecd1f8 /settings.json
parent42b7d395f17c1b677a53d8bec593365614e3ea7c (diff)
downloadvim-lsp-settings-978d09ad437fcc71d0bc928a10436dbfd537d401.tar.gz
vim-lsp-settings-978d09ad437fcc71d0bc928a10436dbfd537d401.tar.bz2
vim-lsp-settings-978d09ad437fcc71d0bc928a10436dbfd537d401.zip
If the default server is specified as list, continue to look next
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/settings.json b/settings.json
index 046f307..7847d2b 100644
--- a/settings.json
+++ b/settings.json
@@ -241,6 +241,12 @@
"requires": [
"npm"
]
+ },
+ {
+ "command": "eslint-language-server",
+ "requires": [
+ "git", "npm"
+ ]
}
],
"javascriptreact": [
@@ -554,6 +560,12 @@
"requires": [
"npm"
]
+ },
+ {
+ "command": "eslint-language-server",
+ "requires": [
+ "git", "npm"
+ ]
}
],
"typescriptreact": [