You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2025. It is now read-only.
let g:iced_enable_clj_kondo_analysis = v:true
let g:iced_enable_clj_kondo_local_analysis = v:true
I was expecting to see linting errors when saving Clojure files with syntax errors. That didn't happen. I could see the cached files though. It looks like clj-kondo is only used internally for better IcedDefJump, etc.
Is it true that running clj-kondo as a linter isn't and will never be a goal and users should configure linters though other plugins?
The text was updated successfully, but these errors were encountered:
I'd like to add a note to the docs that the kondo integration is an internal thing and not a user-facing linter, for this reason the task is still valid after the question has been answered.
May be it should be mirrored to the docs because it wasn't obvious.
I set up clj-kondo with this instruction from clj-kondo, but before I spend like 15 minutes trying to figure it out with vim-iced only.
I followed the steps in https://liquidz.github.io/vim-iced/vim-iced.html#g%3Aiced_enable_clj_kondo_analysis. I set:
I was expecting to see linting errors when saving Clojure files with syntax errors. That didn't happen. I could see the cached files though. It looks like clj-kondo is only used internally for better IcedDefJump, etc.
Is it true that running clj-kondo as a linter isn't and will never be a goal and users should configure linters though other plugins?
The text was updated successfully, but these errors were encountered: