Hi, all! I'm trying to integrate clj-kondo in spacemacs, but I'm having some problems. I followed the instructions here: https://cljdoc.org/d/clj-kondo/clj-kondo/2021.04.23/doc/editor-integration#spacemacs But flycheck is not enable by default, I must run `SPC t s` to toggle the syntax-checking, even after doing `(setq global-flycheck-mode t)` in my .spacemacs file. Does anyone had the same problem? Thanks in advance 😄
No problems, I'll try to update to the develop version. Thanks!
I havent had any issues with clj-kondo in the last year or so.
Ensure the syntax-checking
layer is enabled as this installs flycheck.
Ideally Spacemacs version 0.300 should be used as this is where bugs are resolved.
If you can share a link to your .spacemacs file then it may be possible to spot an issue (please dont paste the whole file into slack)
https://gist.github.com/felipegmarques/e2c1b76b38ae95a5bc443a0b8191939e
When I enable syntax-checking(`SPC t s`) on the buffer, the clj-kondo works as expected.
I haven't used the older way to include clj-kondo. I've only used the Clojure layer option since the end of 2019. The only suggestion I have is to update to Spacemacs 0.300 (develop). Sorry I don't have any other ideas.