blob: c3bb8a47f9542c826b468b8ec400b60e9eb8aebe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---@brief
---
--- [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' },
root_markers = { '.git' },
}
|