-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the LSP Server #2
Comments
I have tried running in the npm init --yes
npm i -D typescript ts-node
node --loader ts-node/esm src/server.ts |
@chrisjsewell I have managed to compile the package producing the When I run
it returns but I don't see the server running as a process. |
I would love to get this working and then we can add in compatibility for MyST using your |
Heya! will try to have a look this week 👍 |
hey @chrisjsewell -- would you have time to maybe link up briefly this week? |
Hey @mmcky is it ok to link up maybe next Monday? |
thanks @chrisjsewell that would be great. I am pretty flexi Mon/Tue AM (your evening on Mon) so let me know what works best for you. Looking forward to catching up. |
Hi @chrisjsewell. Just wondering if it would be possible to add instructions to start the LSP server.
I have seen
https://neovim.io/doc/user/lsp.html
and would love to try and connect this LSP server for
MyST
toneovim
.Once I get it working I can submit a PR and add instructions for
neovim
if you'd like. Cheers.The text was updated successfully, but these errors were encountered: