This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-02
Channels
- # aleph (5)
- # beginners (112)
- # boot (137)
- # cider (10)
- # cljs-dev (36)
- # cljsrn (2)
- # clojure (118)
- # clojure-argentina (1)
- # clojure-berlin (1)
- # clojure-brasil (3)
- # clojure-dev (4)
- # clojure-italy (2)
- # clojure-nl (13)
- # clojure-russia (23)
- # clojure-spec (5)
- # clojure-uk (53)
- # clojurescript (344)
- # clojutre (1)
- # core-async (65)
- # cursive (9)
- # datascript (7)
- # datomic (28)
- # devops (1)
- # emacs (16)
- # events (1)
- # jobs (5)
- # keechma (18)
- # lumo (56)
- # off-topic (7)
- # om (3)
- # onyx (14)
- # protorepl (21)
- # re-frame (3)
- # reagent (20)
- # ring (12)
- # ring-swagger (9)
- # specter (17)
- # unrepl (14)
- # vim (14)
- # yada (22)
It occurs to me that I've basically built part of https://github.com/tpope/vim-salve
https://github.com/tpope/vim-salve/blob/a0dc869952a38285476ceba91787948c1759088b/plugin/salve.vim#L45-L47 Maybe I should be contributing this back, unsure
https://github.com/clojure-vim/vim-jack-in
:Lein
will start a repl in lein, can also do :Lein with-profile blah-blah repl
:Boot
will do repl
in boot. :Boot dev
will launch dev task.
Refactor-nrepl & cider are injected by default. I'll add an option in the future™ to change the dependencies/plugins.
In theory you can override the default tasks for lein & boot, but it's in the autoload, and I don't think that's right, so you probably cannot.
It depends on vim-dispatch, if you're using neovim it can fallback to plain ol' termopen.