aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authorTsuyoshi CHO <Tsuyoshi.CHO@Gmail.com>2019-12-29 11:00:54 +0900
committerTsuyoshi CHO <Tsuyoshi.CHO@Gmail.com>2019-12-29 11:00:54 +0900
commita0865ce2089cfb3248d850e0d24a26855f03da6b (patch)
treed6d8885bca8f1dc2a3d9628cddd385b461f3ea05 /settings.json
parent45a0aa937fda907dcf2ce52362b8a69ea3a2fa62 (diff)
parent38c4e67140ee3e37c8c06765e111d00e2d1211dd (diff)
downloadvim-lsp-settings-a0865ce2089cfb3248d850e0d24a26855f03da6b.tar.gz
vim-lsp-settings-a0865ce2089cfb3248d850e0d24a26855f03da6b.tar.bz2
vim-lsp-settings-a0865ce2089cfb3248d850e0d24a26855f03da6b.zip
Merge branch 'master' into fix/windows-native-py3
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json66
1 files changed, 48 insertions, 18 deletions
diff --git a/settings.json b/settings.json
index c40e249..1e4b8a6 100644
--- a/settings.json
+++ b/settings.json
@@ -41,6 +41,14 @@
]
}
],
+ "d": [
+ {
+ "command": "dls",
+ "requires": [
+ "npm"
+ ]
+ }
+ ],
"dockerfile": [
{
"command": "docker-langserver",
@@ -49,6 +57,14 @@
]
}
],
+ "elixir": [
+ {
+ "command": "elixir-ls",
+ "requires": [
+ "elixir"
+ ]
+ }
+ ],
"elm": [
{
"command": "elm-language-server",
@@ -91,13 +107,13 @@
],
"javascript": [
{
- "command": "javascript-typescript-langserver",
+ "command": "typescript-language-server",
"requires": [
"npm"
]
},
{
- "command": "typescript-language-server",
+ "command": "javascript-typescript-stdio",
"requires": [
"npm"
]
@@ -135,6 +151,12 @@
]
}
],
+ "nim": [
+ {
+ "command": "nimlsp",
+ "requires": []
+ }
+ ],
"php": [
{
"command": "intelephense",
@@ -143,6 +165,18 @@
]
}
],
+ "plaintex": [
+ {
+ "command": "texlab",
+ "requires": []
+ },
+ {
+ "command": "digestif",
+ "requires": [
+ "luarocks"
+ ]
+ }
+ ],
"python": [
{
"command": "pyls",
@@ -215,6 +249,18 @@
"requires": []
}
],
+ "tex": [
+ {
+ "command": "texlab",
+ "requires": []
+ },
+ {
+ "command": "digestif",
+ "requires": [
+ "luarocks"
+ ]
+ }
+ ],
"typescript": [
{
"command": "typescript-language-server",
@@ -246,21 +292,5 @@
"npm"
]
}
- ],
- "plaintex": [
- {
- "command": "digestif",
- "requires": [
- "luarocks"
- ]
- }
- ],
- "tex": [
- {
- "command": "digestif",
- "requires": [
- "luarocks"
- ]
- }
]
}