aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorClay2022-06-10 01:45:17 +0000
committerGitHub2022-06-10 01:45:17 +0000
commitf37ffaa3a1c7754238029390db00148ec8105874 (patch)
tree681bb1eb76c396d68a6dd7b82567947d91420ff9 /languages.toml
parent567e71fbbcc047119675691a05e7c16b865e8be1 (diff)
elixirLS disable dialyzer by default (#2710)
Not all Elixir projects use dialyzer and it can cause the editor to slow down quite a bit on large projects if the PLT is not built. See https://github.com/elixir-lsp/elixir-ls#dialyzer-integration=
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index 6ab394b7..2961778f 100644
--- a/languages.toml
+++ b/languages.toml
@@ -88,6 +88,7 @@ shebangs = ["elixir"]
roots = []
comment-token = "#"
language-server = { command = "elixir-ls" }
+config = { elixirLS.dialyzerEnabled = false }
indent = { tab-width = 2, unit = " " }
[[grammar]]