This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-04
Channels
- # announcements (6)
- # babashka (7)
- # beginners (2)
- # biff (5)
- # calva (2)
- # cherry (17)
- # cider (3)
- # clj-kondo (8)
- # clojure (202)
- # clojure-brasil (8)
- # clojure-europe (20)
- # clojure-norway (23)
- # clojure-uk (4)
- # clojuredesign-podcast (5)
- # conjure (1)
- # cursive (9)
- # eastwood (22)
- # events (8)
- # fulcro (3)
- # hyperfiddle (22)
- # introduce-yourself (7)
- # lsp (67)
- # malli (1)
- # matrix (1)
- # meander (6)
- # off-topic (76)
- # pedestal (8)
- # polylith (17)
- # quil (12)
- # re-frame (2)
- # reagent (8)
- # releases (3)
- # shadow-cljs (67)
- # sql (93)
- # squint (39)
- # tools-deps (46)
- # vim (7)
Rather than using bash scripts, I’ve been using babashka scripts these days. I love this.
I’ve noticed that kondo won’t kick on fully and provide completions, unless I have a bb.edn
file along side my .bb
script. That file just needs to contain an empty map and then kondo works fine (I think I read this requirement somewhere).
My question is: Is there a way to force kondo to engaged from within emacs so that I don’t need to have that empty bb.edn file?
completions are provided by #CPABC1H61 (which in turn uses clj-kondo) and lsp is always project-based
Ok.. I don’t love this, but I hear you. So if it were possible to do anything in this regard (so that I don’t need an accompanying empty bb.edn), that would be an lsp question?
Ok - I’ll add my voice to that discussion as well.