aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2020-02-25 17:17:31 +0900
committerGitHub <noreply@github.com>2020-02-25 17:17:31 +0900
commit4fe1667d731e2869ac7e005cfd72fba3f625fdc1 (patch)
tree15b446cfc061db981f02b8b980c1f11e54c10f10 /settings.json
parent8293dd921193726d3ae503209ae6b4c3efce78fb (diff)
parent6f37934b2c02adc2bb2c2b6fc1b271ba65397a49 (diff)
downloadvim-lsp-settings-4fe1667d731e2869ac7e005cfd72fba3f625fdc1.tar.gz
vim-lsp-settings-4fe1667d731e2869ac7e005cfd72fba3f625fdc1.tar.bz2
vim-lsp-settings-4fe1667d731e2869ac7e005cfd72fba3f625fdc1.zip
Merge pull request #175 from johejo/fix/eslint_language_server_installer
fix installer for eslint-language-server
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json31
1 files changed, 23 insertions, 8 deletions
diff --git a/settings.json b/settings.json
index d168b14..2a6a377 100644
--- a/settings.json
+++ b/settings.json
@@ -277,12 +277,10 @@
{
"command": "eslint-language-server",
"requires": [
- "git",
- "npm"
+ "node"
],
"root_uri_patterns": [
- "package.json",
- "tsconfig.json"
+ "package.json"
]
}
],
@@ -293,8 +291,16 @@
"npm"
],
"root_uri_patterns": [
- "package.json",
- "tsconfig.json"
+ "package.json"
+ ]
+ },
+ {
+ "command": "eslint-language-server",
+ "requires": [
+ "node"
+ ],
+ "root_uri_patterns": [
+ "package.json"
]
},
{
@@ -638,8 +644,7 @@
{
"command": "eslint-language-server",
"requires": [
- "git",
- "npm"
+ "node"
],
"root_uri_patterns": [
"package.json",
@@ -657,6 +662,16 @@
"package.json",
"tsconfig.json"
]
+ },
+ {
+ "command": "eslint-language-server",
+ "requires": [
+ "node"
+ ],
+ "root_uri_patterns": [
+ "package.json",
+ "tsconfig.json"
+ ]
}
],
"vim": [