luau-lsp
v1.0.0
Published
`npx luau-lsp` Language Server Implementation for Luau
Maintainers
Readme
luau-lsp-npm
Language Server Implementation for Luau.
You should prefer rkkit if you would rather use Rokit in NPM.
Installation
npm install -g luau-lspOr install locally in your project:
npm install luau-lspUsage
If installed globally, you can use Luau LSP commands directly:
luau-lsp init
luau-lsp serve
luau-lsp buildIf installed locally, you can use it through npx:
npx luau-lsp init
npx luau-lsp serve
npx luau-lsp buildIf you have a rokit.toml file, npx luau-lsp will automatically use it.
License
MIT. Note that I do not have any affiliation with the original Luau LSP project or its maintainers, and you may want to check the original luau-lsp license.
