Is there a way to get [:analysis :keyword-usages] - equivalent to [:analysis :var-usages]?
yes
the docs are here: https://github.com/clj-kondo/clj-kondo/tree/master/analysis
just set :keywords true in the :analysis config
🤦🏻♂️
Should have found that, thank you
No worries :)