diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/motoko_lsp.lua')
| -rw-r--r-- | lsp/motoko_lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/motoko_lsp.lua b/lsp/motoko_lsp.lua index f479e2d7..b9fd6ec4 100644 --- a/lsp/motoko_lsp.lua +++ b/lsp/motoko_lsp.lua @@ -3,6 +3,7 @@ --- https://github.com/dfinity/vscode-motoko --- --- Language server for the Motoko programming language. +---@type vim.lsp.Config return { cmd = { 'motoko-lsp', '--stdio' }, filetypes = { 'motoko' }, |
