lateralus-lsp
v1.0.0
Published
Node launcher for the Lateralus LSP server. Wraps the Python `lateralus-lsp` entrypoint shipped by `lateralus-lang` on PyPI so editor integrations can expect a stable npm package.
Maintainers
Readme
lateralus-lsp
Node launcher for the Lateralus Language Server (LSP).
Editor extensions can declare lateralus-lsp as a peer/runtime dependency
and let users install it from npm — the actual server still ships from PyPI
via pip install lateralus-lang, but consumers don't need to know that.
npm install -g lateralus-lsp
# In your editor LSP client config:
# command: ["lateralus-lsp", "--stdio"]Underneath, this package exec's the lateralus-lsp script installed by
pip install lateralus-lang (PyPI). It does not bundle a server.
Companion packages
lateralus-cli— compiler launcherlateralus-toolkit— grammars + snippets
License
MIT.
