Stats
Actions
Tags
npx claudepluginhub mattrobenolt/pi-configs --plugin lspThis LSP server requires nixdto 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": {
"nixd": {
"command": "nixd",
"extensionToLanguage": {
".nix": "nix"
}
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
nixdstdioInitialization options and workspace settings
Initialization Options:
{
"formatting": {
"command": [
"nixfmt"
]
}
}