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 932c326 commit b306529Copy full SHA for b306529
doc/elixir-tools.nvim.txt
@@ -1,4 +1,4 @@
1
-*elixir-tools.nvim.txt* For NVIM v0.8.0 Last change: 2025 January 04
+*elixir-tools.nvim.txt* For NVIM v0.8.0 Last change: 2025 January 12
2
3
==============================================================================
4
Table of Contents *elixir-tools.nvim-table-of-contents*
@@ -146,6 +146,7 @@ some personal configuration.
146
enable = false, -- defaults to false
147
port = 9000, -- connect via TCP with the given port. mutually exclusive with `cmd`. defaults to nil
148
cmd = "path/to/next-ls", -- path to the executable. mutually exclusive with `port`
149
+ spitfire = true, -- defaults to false
150
init_options = {
151
mix_env = "dev",
152
mix_target = "host",
0 commit comments