We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3cfd8 commit 83d3b79Copy full SHA for 83d3b79
doc/elixir-tools.nvim.txt
@@ -1,4 +1,4 @@
1
-*elixir-tools.nvim.txt* For NVIM v0.8.0 Last change: 2023 October 02
+*elixir-tools.nvim.txt* For NVIM v0.8.0 Last change: 2023 October 19
2
3
==============================================================================
4
Table of Contents *elixir-tools.nvim-table-of-contents*
@@ -137,7 +137,12 @@ some personal configuration.
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"
+ mix_target = "host",
141
+ experimental = {
142
+ completions = {
143
+ enable = false -- control if completions are enabled. defaults to false
144
+ }
145
146
},
147
on_attach = function(client, bufnr)
148
-- custom keybinds
0 commit comments