aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/mojo.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/mojo.lua')
-rw-r--r--lsp/mojo.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/mojo.lua b/lsp/mojo.lua
index 8b84d87f..a4edefcf 100644
--- a/lsp/mojo.lua
+++ b/lsp/mojo.lua
@@ -5,6 +5,7 @@
--- `mojo-lsp-server` can be installed [via Modular](https://developer.modular.com/download)
---
--- Mojo is a new programming language that bridges the gap between research and production by combining Python syntax and ecosystem with systems programming and metaprogramming features.
+---@type vim.lsp.Config
return {
cmd = { 'mojo-lsp-server' },
filetypes = { 'mojo' },