Manual LSP server registration.
Prerequisite#
terminal
npm install -D @nakshora/cli # exposes `nakshora lsp`Configuration#
settings.json
// .zed/settings.json
{
"lsp": [
{ "name": "nakshora", "command": "npx", "args": ["nakshora", "lsp"] }
]
}What you get#
- Completion for every utility and variant prefix
- Hover panels showing the compiled CSS
- Diagnostics for unknown classes
- Color swatches next to palette utilities
Note. The server speaks standard LSP over stdio — if your editor isn't listed in editors/index|the editor hub, register
npx nakshora lsp as a generic LSP server.