This commit is contained in:
Sebastian 2025-07-12 22:42:21 +02:00
parent cd011283fb
commit 2887c2ed8c

View file

@ -107,6 +107,9 @@ return {
end, end,
}, },
} }
-- Setup Gleam LSP separately (not managed by Mason)
require('lspconfig').gleam.setup({})
end, end,
}, },
} }