Skip to content

Commit 66539a3

Browse files
chore(build): auto-generate vimdoc
1 parent 2a182a9 commit 66539a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/elixir-tools.nvim.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ LAZY.NVIM *elixir-tools.nvim-install-lazy.nvim*
5959
elixir.setup {
6060
credo = {},
6161
elixirls = {
62-
enabled = true,
62+
enable = true,
6363
settings = elixirls.settings {
6464
dialyzerEnabled = false,
6565
enableTestLenses = false,
@@ -98,8 +98,8 @@ The minimal setup will configure both ElixirLS and credo-language-server.
9898
require("elixir").setup()
9999
<
100100

101-
ElixirLS and credo-language-server can be disabled by setting the `enabled`
102-
flag in the respective options table.
101+
ElixirLS and credo-language-server can be disabled by setting the `enable` flag
102+
in the respective options table.
103103

104104
>lua
105105
require("elixir").setup({

0 commit comments

Comments
 (0)