Stats
Actions
Tags
This LSP server requires ggen-lspto 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": {
"ggen": {
"command": "ggen-lsp",
"extensionToLanguage": {
".nq": "nquads",
".nt": "ntriples",
".rq": "sparql",
".ttl": "turtle",
".tera": "tera",
".toml": "toml",
".sparql": "sparql"
}
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
ggen-lspstdioInitialization options and workspace settings
npx claudepluginhub seanchatmangpt/ggen --plugin ggen-lsp