-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does the scope of clj-kondo support include displaying linting results? #355
Comments
Right. I'm using coc.nvim for linting with clj-kondo. |
Thanks for your answer. I must be a dino for still using Syntastic. 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. |
Feel free to reopen this issue :) |
@Liverm0r Thanks for your suggestion!
Indeed. I'll add documents for this. |
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: