lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
borkdude 2020-08-24T17:12:23.001500Z

Is clojure-lsp able to run on a remote system, while editing locally via tramp?

snoe 2020-08-24T17:24:16.002500Z

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.

snoe 2020-08-24T17:24:43.002800Z

(or running the binary)

borkdude 2020-08-24T17:25:12.003100Z

and then you can connect emacs to the remote server?

borkdude 2020-08-24T17:25:43.003400Z

Asking because of this issue: https://github.com/borkdude/clj-kondo/issues/969

ericdallo 2020-08-24T18:12:18.003900Z

Maybe this can help @borkdude: https://emacs-lsp.github.io/lsp-mode/page/remote/#remote

borkdude 2020-08-24T18:13:32.004100Z

Thanks!