feat(lang.elixir): config expert language server

Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com>
This commit is contained in:
Lexin Gong 2025-11-05 22:10:31 +08:00 committed by GitHub
parent c777a93240
commit bba9ea5dc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",