From 030a72f0aa4d56f9e8ff67921e6e3ffd0e97bf07 Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 18 Aug 2025 23:39:23 -0300 Subject: chore: add type annotation for configs --- lsp/mojo.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lsp/mojo.lua') 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' }, -- cgit v1.2.3-70-g09d2