Skip to content

Commit 6a3cfd8

Browse files
committed
docs(nextls): document experimental init option
1 parent 4b3c1c2 commit 6a3cfd8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,12 @@ elixir.setup {
107107
cmd = "path/to/next-ls", -- path to the executable. mutually exclusive with `port`
108108
init_options = {
109109
mix_env = "dev",
110-
mix_target = "host"
110+
mix_target = "host",
111+
experimental = {
112+
completions = {
113+
enable = false -- control if completions are enabled. defaults to false
114+
}
115+
}
111116
},
112117
on_attach = function(client, bufnr)
113118
-- custom keybinds

0 commit comments

Comments
 (0)