This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-02
Channels
- # announcements (4)
- # aws (18)
- # beginners (227)
- # boot (1)
- # calva (13)
- # cider (22)
- # clara (2)
- # cljs-dev (17)
- # clojure (85)
- # clojure-brasil (2)
- # clojure-dev (55)
- # clojure-europe (2)
- # clojure-italy (18)
- # clojure-japan (4)
- # clojure-losangeles (1)
- # clojure-nl (5)
- # clojure-uk (53)
- # clojurescript (46)
- # clojureverse-ops (8)
- # cursive (17)
- # data-science (3)
- # datascript (3)
- # datomic (25)
- # duct (4)
- # emacs (2)
- # figwheel-main (1)
- # fulcro (9)
- # hoplon (2)
- # hyperfiddle (1)
- # jobs-discuss (5)
- # kaocha (7)
- # leiningen (3)
- # nrepl (50)
- # off-topic (32)
- # portland-or (1)
- # re-frame (19)
- # reitit (2)
- # shadow-cljs (30)
- # spacemacs (2)
- # sql (8)
- # tools-deps (4)
- # vim (26)
- # xtdb (3)
- # yada (8)
I have trouble getting the repl prompt as seen in: https://asciinema.org/a/236693
Feel free to stop me a message if you have any questions or issues with acid or any of my other plugins
Can’t help with acid but i just started using https://github.com/liquidz/vim-iced and it works great. Uses cider-nrepl
Slight request for feedback (you don't have to be a user of Conjure!), how do people feel about these two ideas? https://github.com/Olical/conjure/issues/31
Any thoughts are much appreciated, I guess in the GitHub issue for future prosperity 😄
Nope, just nREPL as far as I'm aware. I'd be surprised if it ever supported anything else but who knows!
Hm okay. I was excited to see a video cast of Sean Corfield using deps.edn to fire up a socket-serve repl and launch REBL
so I can fire up a socket server and the rebl now, but I can't attach vim to the socket server
So, I tried to launch nrepl and rebl together, and whilst nrepl launches, rebl does not
Nrepl is gaining the ability to inject itself into a socket, so I'm not sure if it's useful.
@dharrigan You could give this a try: https://github.com/jebberjeb/clojure-socketrepl.nvim
@dharrigan there's also a very crude work-in-progress to migrate the plug-in that Sean uses on Atom to NeoVim called Clematis, but it still isn't ready to be used...
@dharrigan seems like many repl options in vim world. Here are a couple more. With Neovim you can go right to the Socket REPL through the built in terminal like he does here: https://medium.com/@jebberjeb/vim-clojure-tooling-redux-16ce62e4d727
Although I am really liking the direction of this Socket prepl plugin https://github.com/Olical/conjure