We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a182a9 commit 66539a3Copy full SHA for 66539a3
doc/elixir-tools.nvim.txt
@@ -59,7 +59,7 @@ LAZY.NVIM *elixir-tools.nvim-install-lazy.nvim*
59
elixir.setup {
60
credo = {},
61
elixirls = {
62
- enabled = true,
+ enable = true,
63
settings = elixirls.settings {
64
dialyzerEnabled = false,
65
enableTestLenses = false,
@@ -98,8 +98,8 @@ The minimal setup will configure both ElixirLS and credo-language-server.
98
require("elixir").setup()
99
<
100
101
-ElixirLS and credo-language-server can be disabled by setting the `enabled`
102
-flag in the respective options table.
+ElixirLS and credo-language-server can be disabled by setting the `enable` flag
+in the respective options table.
103
104
>lua
105
require("elixir").setup({
0 commit comments