Skip to content

Commit

Permalink
fix: bump elixir-ls version (#144)
Browse files Browse the repository at this point in the history
Fixes #143
  • Loading branch information
mhanberg authored Jul 20, 2023
1 parent e0c713f commit 389fb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/elixir/elixirls/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local Utils = require("elixir.utils")
local capabilities = vim.lsp.protocol.make_client_capabilities()
capabilities.textDocument.completion.completionItem.snippetSupport = true

local default_install_tag = "tags/v0.15.0"
local default_install_tag = "tags/v0.15.1"

local elixir_nvim_output_bufnr

Expand Down

0 comments on commit 389fb56

Please sign in to comment.