Run the language server: completions, hover docs, diagnostics and color previews for any LSP editor.
Usage#
terminal
npx nakshora lspFlags#
| Flag | Meaning |
|---|---|
--stdio | Transport (default stdio) |
What to expect#
Speaks the Language Server Protocol over stdio. Point any LSP-capable editor at it: completions for every utility, hover CSS previews, diagnostics for unknown classes, and color swatches for palette classes.
Troubleshooting#
- No completions → ensure your editor sends the file language as html/css
- Colors missing → your editor must support the LSP color provider
See also#
cli/index|CLI hub · configuration/index|Configuration reference
