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,
{
"neovim/nvim-lspconfig",
opts = {
servers = {
expert = {},
opts = {
servers = {
expert = {},
},
},
},