This commit is contained in:
Sebastian 2025-07-12 22:42:21 +02:00
parent cd011283fb
commit 2887c2ed8c
1 changed files with 3 additions and 0 deletions

View File

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