lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
dharrigan 2021-06-16T10:02:56.166500Z

I've started to get [coc.nvim] empty diagnostics when opening up a clj file under neovim (and none of the build-in clj-kondo stuff works). Anyone else observe this?

dharrigan 2021-06-16T11:23:31.166800Z

D'oh!

dharrigan 2021-06-16T11:24:45.167400Z

My problem! I overwrote the coc-settings to have "disableDiagnostics": true,

dharrigan 2021-06-16T11:24:49.167600Z

has to be false 🙂

dharrigan 2021-06-16T11:24:59.167800Z

bad david

borkdude 2021-06-16T11:25:23.168100Z

they should have named it notDisableDiagnostics ;)

1👍
dharrigan 2021-06-16T11:27:14.168300Z

🙂