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 68a6433 commit 5af1540Copy full SHA for 5af1540
1 file changed
doc/elixir-tools.nvim.txt
@@ -1,4 +1,4 @@
1
-*elixir-tools.nvim.txt* For NVIM v0.8.0 Last change: 2023 September 19
+*elixir-tools.nvim.txt* For NVIM v0.8.0 Last change: 2023 October 02
2
3
==============================================================================
4
Table of Contents *elixir-tools.nvim-table-of-contents*
@@ -135,6 +135,10 @@ some personal configuration.
135
enable = false, -- defaults to false
136
port = 9000, -- connect via TCP with the given port. mutually exclusive with `cmd`. defaults to nil
137
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
+ },
142
on_attach = function(client, bufnr)
143
-- custom keybinds
144
end
0 commit comments