Is clojure-lsp able to run on a remote system, while editing locally via tramp?
in theory it should work, only ever had the client launch the binary though. lein run
should be all that's needed to start the server.
(or running the binary)
and then you can connect emacs to the remote server?
Asking because of this issue: https://github.com/borkdude/clj-kondo/issues/969
Maybe this can help @borkdude: https://emacs-lsp.github.io/lsp-mode/page/remote/#remote
Thanks!