diff options
Diffstat (limited to 'lsp/gleam.lua')
| -rw-r--r-- | lsp/gleam.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/gleam.lua b/lsp/gleam.lua index 29e2994a..3e117a8c 100644 --- a/lsp/gleam.lua +++ b/lsp/gleam.lua @@ -5,6 +5,7 @@ --- A language server for Gleam Programming Language. --- --- It comes with the Gleam compiler, for installation see: [Installing Gleam](https://gleam.run/getting-started/installing/) +---@type vim.lsp.Config return { cmd = { 'gleam', 'lsp' }, filetypes = { 'gleam' }, |
