mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(elixir): fix ident
This commit is contained in:
parent
bba9ea5dc4
commit
5d995b6d17
1 changed files with 3 additions and 3 deletions
|
|
@ -7,9 +7,9 @@ return {
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
expert = {},
|
expert = {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue