This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-28
Channels
- # announcements (11)
- # aws (1)
- # babashka (12)
- # babashka-sci-dev (6)
- # beginners (46)
- # biff (15)
- # calva (57)
- # clerk (6)
- # clj-kondo (50)
- # clj-together (1)
- # cljs-dev (14)
- # clojure (89)
- # clojure-doc (1)
- # clojure-europe (36)
- # clojure-nl (1)
- # clojure-norway (50)
- # clojure-spec (4)
- # clojure-uk (1)
- # clojurescript (56)
- # conjure (10)
- # cursive (1)
- # datalevin (2)
- # datomic (3)
- # fulcro (15)
- # honeysql (36)
- # hyperfiddle (74)
- # malli (19)
- # membrane (16)
- # off-topic (33)
- # pathom (6)
- # polylith (2)
- # reagent (14)
- # releases (2)
- # rum (5)
- # shadow-cljs (51)
- # sql (6)
- # tools-build (10)
- # xtdb (6)
Hey team, noob question:
; eval (current-form): (do "\n foo \n")
"\n foo \n"
Is there a way to get the eval window in conjure, to "pretty-print" strings?
I sometimes generate really large strings, and would be awesome if the newlines could make it more pleasing for the eyes.another noob question:
let g:conjure#client#clojure#nrepl#connection#auto_repl#enabled = v:false
how could this be rewritten for a lua nvim config?vim.g["conjure#client#clojure#nrepl#connection#auto_repl#enabled"] = false
should do the trick, I think?
ah, the brackets
will try thank you
I’ve tried so many things O.o