Is there any trick to getting Cursive's clj-kondo support to honor my .clj-kondo/imports folder? Out of the box it's missing some def style macros that are in there...
clj-kondo from the command line picks them up fine.
It actually generates the imports just fine when I start up the editor, which is promising. But it's still showing "unresolved" for certain def-style macros that I know should work.
Oh, I had clojure-lsp installed alongside cursor facepalm
Well, that only solved a few of them though. I'm still pretty confused 😅 After reading the docs, I don't quite understand how Cursive and clj-kondo are supposed to work together...it's difficult to trace the origin of a linting error.
Ok I got rid of them by using the "resolve as" Cursive feature. iiuc Cursive has its own means of understanding the project, and clj-kondo has a separate means? They live in two separate worlds so to speak.
Yes, that's true, I'm going to see if it's possible to unify them since clj-kondo is pretty universal these days.