Fork me on GitHub
#vim
<
2020-01-22
>
Hukka16:01:06

Anyone have an idea how to debug ALE not doing anything? I tried to set it up with kondo, but all of the commands just seem to be no ops

borkdude16:01:16

@tomi.hukkalainen_slac Did you already look at the vim docs in the clj-kondo repo?

Hukka16:01:32

That's where I started

Hukka16:01:51

I'll try making kondo run without editor integration first for this project, and see if that makes a difference

borkdude16:01:19

flycheck (emacs) has some diagnosis commands like flycheck-verify-setup, maybe ale has something similar. Good luck, I don't use vim myself so I hope someone else can help you in here

Hukka16:01:12

Well, kondo is running fine on the project, someone else had actually created the cache dir and config already. Still nothing on ALE side 😕

Hukka16:01:18

Or hmm, perhaps it can't do more than lint with condo

Hukka16:01:53

Ok, so it is working for linting, but nothing else is. I was hoping to have integrated reference list 😞

Hukka16:01:39

And now found the relevant issues about this

Hukka16:01:53

Seems like what I want is clojure-lsp and LanguageClient-neovim

borkdude17:01:59

@tomi.hukkalainen_slac fwiw there is an LSP server for clj-kondo as well

borkdude17:01:20

not sure what you mean with integrated reference list