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 e137208 commit 2a182a9Copy full SHA for 2a182a9
README.md
@@ -36,7 +36,7 @@ Requires 0.8
36
elixir.setup {
37
credo = {},
38
elixirls = {
39
- enabled = true,
+ enable = true,
40
settings = elixirls.settings {
41
dialyzerEnabled = false,
42
enableTestLenses = false,
@@ -71,7 +71,7 @@ The minimal setup will configure both ElixirLS and credo-language-server.
71
require("elixir").setup()
72
```
73
74
-ElixirLS and credo-language-server can be disabled by setting the `enabled` flag in the respective options table.
+ElixirLS and credo-language-server can be disabled by setting the `enable` flag in the respective options table.
75
76
```lua
77
require("elixir").setup({
0 commit comments