Fork me on GitHub
#emacs
<
2022-05-31
>
otfrom21:05:33

Anyone using clojure-lsp and eglot?

ericdallo21:05:40

I know @U976F1AR2 uses it

👍 1
apt21:05:12

I do, yes

apt21:05:32

It works well, except for navigating to external deps code, which does not work at all. Issue mapped here: https://github.com/joaotavora/eglot/issues/661 This does not bother me much because I can use clojure.repl/source or consult the source directly, since it’s mostly a lib from my company anyways

👍 2
Carlo07:06:46

@U976F1AR2 what would you say are the advantages of using eglot over clojure-lsp for clojure?

apt13:06:07

I don’t see any advantage specifically for Clojure. I like eglot because it feels very emacsy. When I used lsp-mode, I had to disable some stuff in order to make it more visually pleasant, and I found it to be more noisy (for example, it warned about not finding flycheck or company, which I don’t use anyway). eglot just works as I want w/o configuration.

🙌 1
apt13:06:30

But both are great.

ericdallo13:06:58

lsp-mode improved noise reduction a lot on the past year, but I agree with you

apt13:06:26

Oh, it has been a few months since I last tested lsp-mode, so yeah, things might have changed.