clj-kondo

https://github.com/clj-kondo/clj-kondo
Felipe Marques 2021-05-16T15:39:45.467200Z

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 😄

borkdude 2021-05-16T15:40:34.467700Z

@marques.goncalves.fel you can try to cross-post to #spacemacs as well

Felipe Marques 2021-05-16T15:42:14.467800Z

Thanks! Didn't know there was this channel 😅