Skip to content

Commit e137208

Browse files
chore(build): auto-generate vimdoc
1 parent b43c6bb commit e137208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/elixir-tools.nvim.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ default to the latest release.
125125
credo = {
126126
port = 9000, -- connect via TCP with the given port. mutually exclusive with `cmd`
127127
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
128+
version = "0.1.0-rc.3", -- version of credo-language-server to install and use. defaults to 0.0.5
129129
on_attach = function(client, bufnr)
130130
-- custom keybinds
131131
end

0 commit comments

Comments
 (0)