Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From aztec
Nargo LSP provides code intelligence for Noir (.nr files) — diagnostics, go-to-definition, find references, hover information, symbol listing, and call hierarchy.
npx claudepluginhub critesjosh/aztec-claude-plugin --plugin aztecThis LSP server requires nargoto be installed on your system. Make sure it's available in your PATH before enabling.
Copy this JSON into your .lsp.json to enable this server
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"noir": {
"command": "nargo",
"extensionToLanguage": {
".nr": "noir"
},
"args": [
"lsp"
]
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
nargostdioCommand-line arguments passed to the server process
Initialization options and workspace settings