Skip to content

Commit 5af1540

Browse files
chore(build): auto-generate vimdoc [skip ci]
1 parent 68a6433 commit 5af1540

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

doc/elixir-tools.nvim.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*elixir-tools.nvim.txt* For NVIM v0.8.0 Last change: 2023 September 19
1+
*elixir-tools.nvim.txt* For NVIM v0.8.0 Last change: 2023 October 02
22

33
==============================================================================
44
Table of Contents *elixir-tools.nvim-table-of-contents*
@@ -135,6 +135,10 @@ some personal configuration.
135135
enable = false, -- defaults to false
136136
port = 9000, -- connect via TCP with the given port. mutually exclusive with `cmd`. defaults to nil
137137
cmd = "path/to/next-ls", -- path to the executable. mutually exclusive with `port`
138+
init_options = {
139+
mix_env = "dev",
140+
mix_target = "host"
141+
},
138142
on_attach = function(client, bufnr)
139143
-- custom keybinds
140144
end

0 commit comments

Comments
 (0)