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 b43c6bb commit e137208Copy full SHA for e137208
doc/elixir-tools.nvim.txt
@@ -125,7 +125,7 @@ default to the latest release.
125
credo = {
126
port = 9000, -- connect via TCP with the given port. mutually exclusive with `cmd`
127
cmd = "path/to/credo-language-server", -- path to the executable. mutually exclusive with `port`
128
- version = "0.1.0-rc.2", -- version of credo-language-server to install and use. defaults to 0.0.5
+ version = "0.1.0-rc.3", -- version of credo-language-server to install and use. defaults to 0.0.5
129
on_attach = function(client, bufnr)
130
-- custom keybinds
131
end
0 commit comments