jokeyrhyme / nuls

Language Server Protocol implementation for nushell
MIT License
29 stars 1 forks source link

incorporate language server directly in the upstream `nu` executable #8

Open jokeyrhyme opened 1 year ago

jokeyrhyme commented 1 year ago
jokeyrhyme commented 1 year ago

mentioned here: https://github.com/nushell/vscode-nushell-lang/issues/117#issuecomment-1738220422

jokeyrhyme commented 1 year ago

probably could be done concurrently with #7 or after

jokeyrhyme commented 1 year ago

It might be possible to make this a nushell plugin, provided it can still receive stdin/stdout and/or TCP the way it would when called directly from an LSP client

http://www.nushell.sh/book/plugins.html