diff options
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 66 |
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" - ] - } ] } |