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 4b3c1c2 commit 6a3cfd8Copy full SHA for 6a3cfd8
1 file changed
README.md
@@ -107,7 +107,12 @@ elixir.setup {
107
cmd = "path/to/next-ls", -- path to the executable. mutually exclusive with `port`
108
init_options = {
109
mix_env = "dev",
110
- mix_target = "host"
+ mix_target = "host",
111
+ experimental = {
112
+ completions = {
113
+ enable = false -- control if completions are enabled. defaults to false
114
+ }
115
116
},
117
on_attach = function(client, bufnr)
118
-- custom keybinds
0 commit comments