blob: 2a6c3a312a2164a312fc866c77cb7382fc386099 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
---@brief
---
--- [Circom Language Server](https://github.com/rubydusa/circom-lsp)
---
--- `circom-lsp`, the language server for the Circom language.
return {
cmd = { 'circom-lsp' },
filetypes = { 'circom' },
root_markers = { '.git' },
}
|