fix(elixir): add missing lspconfig

This commit is contained in:
Ahmed Kamal 2024-06-15 11:12:35 +10:00
parent e1f587a43d
commit 024214d8cc
No known key found for this signature in database

View file

@ -5,6 +5,14 @@ return {
root = "mix.exs", root = "mix.exs",
}) })
end, end,
{
"neovim/nvim-lspconfig",
opts = {
servers = {
elixirls = {},
},
},
},
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
opts = { ensure_installed = { "elixir", "heex", "eex" } }, opts = { ensure_installed = { "elixir", "heex", "eex" } },