nvim: enable elixirls

This commit is contained in:
insects 2025-05-05 15:02:02 +02:00
parent bde401b3a1
commit 398438233a

View file

@ -30,6 +30,7 @@ return {
}, },
}, },
}) })
require("lspconfig").elixirls.setup({})
end, end,
}, },
{ {