Skip to content

nevalang/neva-lsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neva-lsp

Language server for the Neva programming language.

Install

make install

make install builds web/dist first and then installs neva-lsp with embedded UI assets.

Tests

make test-all
  • make test runs Go tests.
  • make test-web runs frontend unit tests (vitest).

Standalone view

Run from any directory and point to a Neva workspace explicitly:

neva-lsp --view --view-port=7792 --view-workspace=/absolute/path/to/workspace

If you are already inside the workspace:

make view

If you run neva-lsp --view directly, make sure UI assets are built first:

cd web
npm ci
npm run build

About

Language server for Neva

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors