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 da3e161 commit b43c6bbCopy full SHA for b43c6bb
README.md
@@ -94,7 +94,7 @@ elixir.setup {
94
credo = {
95
port = 9000, -- connect via TCP with the given port. mutually exclusive with `cmd`
96
cmd = "path/to/credo-language-server", -- path to the executable. mutually exclusive with `port`
97
- 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
98
on_attach = function(client, bufnr)
99
-- custom keybinds
100
end
0 commit comments