Skip to content

Commit 83d3b79

Browse files
chore(build): auto-generate vimdoc [skip ci]
1 parent 6a3cfd8 commit 83d3b79

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

doc/elixir-tools.nvim.txt

Lines changed: 7 additions & 2 deletions
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 October 02
1+
*elixir-tools.nvim.txt* For NVIM v0.8.0 Last change: 2023 October 19
22

33
==============================================================================
44
Table of Contents *elixir-tools.nvim-table-of-contents*
@@ -137,7 +137,12 @@ some personal configuration.
137137
cmd = "path/to/next-ls", -- path to the executable. mutually exclusive with `port`
138138
init_options = {
139139
mix_env = "dev",
140-
mix_target = "host"
140+
mix_target = "host",
141+
experimental = {
142+
completions = {
143+
enable = false -- control if completions are enabled. defaults to false
144+
}
145+
}
141146
},
142147
on_attach = function(client, bufnr)
143148
-- custom keybinds

0 commit comments

Comments
 (0)