mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(lang.elixir): config expert language server
Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com>
This commit is contained in:
parent
c777a93240
commit
bba9ea5dc4
1 changed files with 6 additions and 2 deletions
|
|
@ -6,8 +6,12 @@ return {
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
"mason-org/mason.nvim",
|
"neovim/nvim-lspconfig",
|
||||||
opts = { ensure_installed = { "expert" } },
|
opts = {
|
||||||
|
servers = {
|
||||||
|
expert = {},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue