Skip to content

Commit 829c920

Browse files
chore(build): auto-generate vimdoc
1 parent 4644c05 commit 829c920

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/elixir-tools.nvim.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +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.1", -- version of credo-language-server to install and use. defaults to 0.0.5
128129
on_attach = function(client, bufnr)
129130
-- custom keybinds
130131
end

0 commit comments

Comments
 (0)