diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 5a012b73..7c962807 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -107,6 +107,9 @@ return { end, }, } + + -- Setup Gleam LSP separately (not managed by Mason) + require('lspconfig').gleam.setup({}) end, }, } \ No newline at end of file