mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
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=
This commit is contained in:
parent
567e71fbbc
commit
f37ffaa3a1
@ -88,6 +88,7 @@ shebangs = ["elixir"]
|
|||||||
roots = []
|
roots = []
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
language-server = { command = "elixir-ls" }
|
language-server = { command = "elixir-ls" }
|
||||||
|
config = { elixirLS.dialyzerEnabled = false }
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
|
Loading…
Reference in New Issue
Block a user