mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(elixir): add missing lspconfig
This commit is contained in:
parent
e1f587a43d
commit
024214d8cc
1 changed files with 8 additions and 0 deletions
|
|
@ -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" } },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue