feat(elixir): fix ident

This commit is contained in:
Lexin Gong 2025-11-05 22:14:07 +08:00
parent bba9ea5dc4
commit 5d995b6d17

View file

@ -7,9 +7,9 @@ return {
end, end,
{ {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
opts = { opts = {
servers = { servers = {
expert = {}, expert = {},
}, },
}, },
}, },