lem icon indicating copy to clipboard operation
lem copied to clipboard

start lsp server alone

Open rogercloud opened this issue 1 year ago • 3 comments

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?

rogercloud avatar Aug 07 '24 14:08 rogercloud

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/

Qwarctick avatar Sep 15 '24 07:09 Qwarctick

I think rogercloud is referring to https://github.com/cxxxr/cl-lsp

Waelwindows avatar May 12 '25 13:05 Waelwindows

This issue has been inactive for {days} days. If there is no activity within the next 14 days, it will be automatically closed. Please add a comment if it is still relevant.

github-actions[bot] avatar Aug 11 '25 18:08 github-actions[bot]