vim

For discussion on all things (neo)vim.
Hukka 2020-01-22T16:13:06.006100Z

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

borkdude 2020-01-22T16:14:16.006800Z

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

Hukka 2020-01-22T16:14:32.007Z

That's where I started

Hukka 2020-01-22T16:14:51.007500Z

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

borkdude 2020-01-22T16:16:19.008500Z

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

Hukka 2020-01-22T16:24:12.009100Z

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

Hukka 2020-01-22T16:31:18.010100Z

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

Hukka 2020-01-22T16:36:53.010800Z

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

Hukka 2020-01-22T16:38:39.011Z

And now found the relevant issues about this

Hukka 2020-01-22T16:40:53.011500Z

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

borkdude 2020-01-22T17:05:59.011800Z

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

borkdude 2020-01-22T17:06:20.012100Z

not sure what you mean with integrated reference list