Language server for the Neva programming language.
make installmake install builds web/dist first and then installs neva-lsp with embedded UI assets.
make test-allmake testruns Go tests.make test-webruns frontend unit tests (vitest).
Run from any directory and point to a Neva workspace explicitly:
neva-lsp --view --view-port=7792 --view-workspace=/absolute/path/to/workspaceIf you are already inside the workspace:
make viewIf you run neva-lsp --view directly, make sure UI assets are built first:
cd web
npm ci
npm run build