diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/pact_ls.lua')
| -rw-r--r-- | lsp/pact_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/pact_ls.lua b/lsp/pact_ls.lua index d240195d..accd6cb3 100644 --- a/lsp/pact_ls.lua +++ b/lsp/pact_ls.lua @@ -3,6 +3,7 @@ --- https://github.com/kadena-io/pact-lsp --- --- The Pact language server +---@type vim.lsp.Config return { cmd = { 'pact-lsp' }, filetypes = { 'pact' }, |
