diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/circom-lsp.lua')
| -rw-r--r-- | lsp/circom-lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/circom-lsp.lua b/lsp/circom-lsp.lua index 2a6c3a31..eecbdd69 100644 --- a/lsp/circom-lsp.lua +++ b/lsp/circom-lsp.lua @@ -3,6 +3,7 @@ --- [Circom Language Server](https://github.com/rubydusa/circom-lsp) --- --- `circom-lsp`, the language server for the Circom language. +---@type vim.lsp.Config return { cmd = { 'circom-lsp' }, filetypes = { 'circom' }, |
