Skip to content

Commit

Permalink
nvim: dump elixir-ls
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Aug 25, 2024
1 parent 5d4e8fa commit fab53f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/develop/neovim/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ local elixirls = require("elixir.elixirls")
elixir.setup {
elixirls = {
enable = true,
tag = "v0.22.1",
tag = "v0.23.0",
capabilities = require('lsp').capabilities(),
on_attach = function(client, bufnr)
vim.keymap.set("n", "<leader>fp", ":ElixirFromPipe<cr>", { buffer = true, noremap = true })
Expand Down

0 comments on commit fab53f3

Please sign in to comment.