Hey! Iโm trying to set up clojure-lsp on my Mac (Big Sur, 11.1), but I donโt get any output from the commandline (tried zsh and bash). Tried via brew
first, then downloading the binary manually. It is on my path and I have set chmod
as described. The security exemption for unsigned software on Mac OS was also given. Is there any flag I can pass to the binary to debug this in some way?
/tmp/lsp.out
@javahippie The command line doesn't give any output afaik
Ah, I misread the docs, there! Thanks. I tried to connect a lein repl to the port in the logs, and it works, so no issues at all ๐
why is there an nREPL server? :thinking_face:
I mean, as a user of clojure-lsp you should not have to use nREPL
That's not how LSP works
unless you want to develop clojure-lsp perhaps
I just wanted to check if itโs live, so I figured I tried to connect to the server I saw in the logs
ah ok
Can I get docstrings without using lsp-ui?
oh lsp-describe-thing-at-point
Yeah, check this out if you want to know more info on how to use it with Emacs: https://emacs-lsp.github.io/lsp-mode/tutorials/clojure-guide/
Thanks Eric! Integrated with Emacs already and currently exploring ๐
cool! ๐