Fork me on GitHub
#lsp
<
2021-06-16
>
dharrigan10:06:56

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?

dharrigan11:06:45

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

dharrigan11:06:49

has to be false 🙂

borkdude11:06:23

they should have named it notDisableDiagnostics ;)

👍 3