diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/mojo.lua')
| -rw-r--r-- | lsp/mojo.lua | 1 |
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' }, |
