aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/gleam.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/gleam.lua')
-rw-r--r--lsp/gleam.lua1
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' },