start lsp server alone
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?
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/
I think rogercloud is referring to https://github.com/cxxxr/cl-lsp
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.