Fork me on GitHub
#lsp
<
2023-02-23
>
borkdude14:02:37

I noticed when I enable linting with clojure-lsp (rather than with clj-kondo directly) I only see lint changes when I save the file. Is there a way to change that?

ericdallo14:02:39

Hum, that's odd, clojure-lsp report the diagnostics as soon a buffer is changed

ericdallo14:02:55

Maybe something with your flycheck or flymake setup?

borkdude14:02:19

ok, then maybe it's something with my combined clj-kondo / lsp setup, never mind then. I worried that everybody might have this experience which isn't optimal

👍 2
lispyclouds15:02:53

works as expected on nvim lsp

👍 2
Victor Pigmeo20:02:28

I have the same problem here, only when I save the file, and sometimes only after I move the cursor 😅 never been a problem, but would be nice to have this updates in real time

ericdallo20:02:10

Try following https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/#check-if-any-package-or-wrong-config-could-be-causing-the-issue, if the issue doesn't happen with that, it's a problem with your package/config