This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-28
Channels
- # announcements (10)
- # aws (1)
- # babashka (12)
- # babashka-sci-dev (6)
- # beginners (46)
- # biff (11)
- # calva (38)
- # clerk (4)
- # clj-kondo (50)
- # cljs-dev (8)
- # cljtogether (1)
- # clojure (82)
- # clojure-doc (1)
- # clojure-europe (35)
- # clojure-nl (1)
- # clojure-norway (46)
- # clojure-spec (3)
- # clojure-uk (1)
- # clojurescript (37)
- # conjure (10)
- # cursive (1)
- # datalevin (2)
- # datomic (3)
- # fulcro (13)
- # honeysql (36)
- # hyperfiddle (73)
- # malli (15)
- # membrane (16)
- # off-topic (28)
- # pathom (6)
- # polylith (2)
- # reagent (14)
- # releases (2)
- # rum (5)
- # shadow-cljs (50)
- # 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