This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-04-20
Channels
- # announcements (10)
- # architecture (7)
- # babashka (49)
- # beginners (125)
- # calva (2)
- # chlorine-clover (33)
- # clj-kondo (15)
- # cljs-dev (18)
- # cljsrn (28)
- # clojure (91)
- # clojure-argentina (37)
- # clojure-austin (4)
- # clojure-dusseldorf (1)
- # clojure-europe (3)
- # clojure-france (2)
- # clojure-germany (2)
- # clojure-nl (4)
- # clojure-portugal (4)
- # clojure-spec (26)
- # clojure-uk (19)
- # clojuredesign-podcast (5)
- # clojurescript (19)
- # conjure (20)
- # core-async (4)
- # cursive (60)
- # data-science (4)
- # datomic (1)
- # duct (9)
- # emacs (11)
- # events (1)
- # fulcro (9)
- # graalvm (17)
- # jobs-discuss (7)
- # luminus (19)
- # malli (36)
- # meander (2)
- # off-topic (23)
- # pathom (2)
- # quil (1)
- # rdf (4)
- # re-frame (16)
- # reitit (10)
- # ring (21)
- # ring-swagger (1)
- # shadow-cljs (137)
- # spacemacs (10)
- # sql (27)
The stdin thing for nREPL seems a little broken though, so if you connect to a fresh server it won't work and if you're reconnecting to an existing session it won't work.
If you want to use stdin prompting you need to create a fresh session upon connect. You can kill all sessions and assume a fresh one with <localleader>sQ
, then if you eval (read-line)
Neovim will prompt you for a line of text.
Issue for stdin bug here https://github.com/nrepl/nrepl/issues/183 when that's fixed it should work flawlessly but it can be worked around for now.
tried out develop branch today (connected to nrepl/clojure) - Pretty printing looks great - Love how doc supports java too, would be cool to be able to optionally send the url it generates to an arbitrary vim function so I can make it open my web browser
i can't tell you how many times i've been working with some obscure java class and had to keep referring back to the javadoc, but only after i'd already closed the browser window, so i have to google the name of it over and over
Hmmm, I'll have a think :thinking_face: right now I just hit K
on the Java thing then click the link in the log buffer
I suppose some sort of hook could be provided, but I wouldn't want it to be one off, it becomes something like an event system anyone can hook into which is suddenly a big ol ball of features.