From asimonim
Asimonim LSP server provides code intelligence for JSON files — diagnostics, go-to-definition, find references, hover information, and symbol listing.
npx claudepluginhub bennypowers/asimonim --plugin asimonimThis LSP server requires asimonimto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"json": {
"command": "asimonim",
"extensionToLanguage": {
".json": "json"
},
"args": [
"lsp"
]
}
}
}asimonimstdio