This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-10-17
Channels
- # announcements (1)
- # asami (3)
- # babashka (10)
- # beginners (61)
- # calva (60)
- # clojure (47)
- # clojure-nl (3)
- # clojure-uk (10)
- # clojurescript (36)
- # conjure (18)
- # cursive (4)
- # datomic (25)
- # fulcro (21)
- # luminus (1)
- # malli (25)
- # off-topic (26)
- # pathom (2)
- # portal (55)
- # re-frame (1)
- # reagent (7)
- # sci (1)
- # shadow-cljs (25)
- # sim-testing (2)
- # sql (14)
- # vim (6)
- # xtdb (10)
\o/ just tried 4.7 and fixes "the little floating window that didn't want to go away" issue! Cheers 🍻
WOO 😄 also thank you so much for the sponsorship, I will be sure to spend it on caffeine (and maybe alcohol if required?) to continue Conjure development
It is the least I can do as I'm now switched to conjure fulltime! Thanks for creating/maintaining it 👏
Yep, you have to configure client_filetypes and point markdown at the Clojure nREPL module, I'm on my phone so I can't write this out as something copy paste able right now
didn't even know it was a thing I could have, but now I really want to try it out for docs
let g:conjure#filetype_client = {'markdown': 'conjure.client.clojure.nrepl'}
Will configure Conjure to treat markdown buffers like Clojure and let you eval things, presuming you're configuring Conjure before it's loaded. If it's after you can set the markdown key on the filetype_client map instead.I created a PR to add this feature to doc/conjure-client-clojure-nrepl.txt to make it easier to find. https://github.com/Olical/conjure/pull/122
let g:conjure#filetype_client = {'markdown': 'conjure.client.clojure.nrepl'}
Will configure Conjure to treat markdown buffers like Clojure and let you eval things, presuming you're configuring Conjure before it's loaded. If it's after you can set the markdown key on the filetype_client map instead.