Hey! Been away from emacs for a while, but now I've installed prelude and wanted to try out clojure-lsp. I have a small toy-project, but I'm stuck at https://github.com/snoe/clojure-lsp#emacs. Do I need to write some elisp, or is prelude already configured to use clojure-lsp? How do I start it?
Thanks @sogaiu, will try that one next time. I managed to make it work, by using
(add-hook 'clojure-mode-hook #'lsp)
clojure-lsp
is in my path, but just opening a file with a namespace and trying eg lsp-rename
yields "The connected server(s) does not support method textDocument/rename.
iiuc, there is an active #lsp -- may be that's a good place to ask?