Align on how LazyVim configures LSP servers

This commit is contained in:
Jiri Luzny 2024-03-30 07:22:23 +01:00 committed by Folke Lemaitre
parent bd56142cd4
commit 42464e364b

View file

@ -13,5 +13,10 @@ return {
init = function()
require("lspconfig").gleam.setup({})
end,
opts = {
servers = {
gleam = {},
},
},
},
}