Skip to content

Commit b13395f

Browse files
chore(build): auto-generate vimdoc
1 parent dc3ffdc commit b13395f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/elixir-tools.nvim.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*elixir-tools.nvim.txt* For NVIM v0.8.0 Last change: 2023 May 13
1+
*elixir-tools.nvim.txt* For NVIM v0.8.0 Last change: 2023 May 25
22

33
==============================================================================
44
Table of Contents *elixir-tools.nvim-table-of-contents*
@@ -133,7 +133,7 @@ default to the latest release.
133133
-- specify a repository and branch
134134
repo = "mhanberg/elixir-ls", -- defaults to elixir-lsp/elixir-ls
135135
branch = "mh/all-workspace-symbols", -- defaults to nil, just checkouts out the default branch, mutually exclusive with the `tag` option
136-
tag = "v0.13.0", -- defaults to nil, mutually exclusive with the `branch` option
136+
tag = "v0.14.6", -- defaults to nil, mutually exclusive with the `branch` option
137137

138138
-- alternatively, point to an existing elixir-ls installation (optional)
139139
-- not currently supported by elixirls, but can be a table if you wish to pass other args `{"path/to/elixirls", "--foo"}`

0 commit comments

Comments
 (0)