Skip to content
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

start lsp server alone #1477

Open
rogercloud opened this issue Aug 7, 2024 · 1 comment
Open

start lsp server alone #1477

rogercloud opened this issue Aug 7, 2024 · 1 comment
Labels
waiting response The issue is waiting for the response of the author.

Comments

@rogercloud
Copy link

I see that lem is implementing the LSP functions. Can I run the LSP server alone without starting lem? If yes, how can I do it?

@Qwarctick
Copy link

I'm not sure what you're talking about. But Lem implements the connection to the LSP server but is not an LSP server itself. If you want to use an LSP server, you can use one for Python (pyls, pyright, ...) or for Rust (rust-analyzer, ...) or something else.

You can consult the LSP documentation for more information on how they work: https://microsoft.github.io/language-server-protocol/

@Sasanidas Sasanidas added the waiting response The issue is waiting for the response of the author. label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting response The issue is waiting for the response of the author.
Projects
None yet
Development

No branches or pull requests

3 participants