spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
Felipe Marques 2021-05-16T15:42:31.124200Z

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 😄

Felipe Marques 2021-05-17T11:18:46.125300Z

No problems, I'll try to update to the develop version. Thanks!

practicalli-john 2021-05-16T18:01:48.124500Z

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)

Felipe Marques 2021-05-16T18:59:47.124900Z

When I enable syntax-checking(`SPC t s`) on the buffer, the clj-kondo works as expected.

practicalli-john 2021-05-16T23:14:28.125100Z

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.