LSP package + nakshora server.
Prerequisite#
terminal
npm install -D @nakshora/cli # exposes `nakshora lsp`Configuration#
LSP.sublime-settings
// LSP package settings
"clients": {
"nakshora": {
"command": ["npx", "nakshora", "lsp"],
"selector": "text.html | source.css"
}
}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.