This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-02-07
Channels
- # announcements (6)
- # babashka (17)
- # beginners (72)
- # calva (27)
- # cider (26)
- # circleci (6)
- # clj-kondo (35)
- # cljdoc (3)
- # clojure (22)
- # clojure-australia (2)
- # clojure-dev (45)
- # clojure-france (2)
- # clojure-italy (2)
- # clojurescript (60)
- # conjure (16)
- # cursive (8)
- # datahike (10)
- # datascript (1)
- # datomic (3)
- # emacs (5)
- # fulcro (16)
- # graalvm (4)
- # honeysql (1)
- # joker (10)
- # luminus (3)
- # malli (7)
- # off-topic (28)
- # pathom (4)
- # pedestal (2)
- # polylith (1)
- # re-frame (6)
- # reagent (9)
- # reveal (4)
- # shadow-cljs (48)
- # slack-help (1)
- # tools-deps (30)
- # vim (24)
Are there more sexp cheat sheets that I haven't found yet? I'm currently using https://gist.github.com/cszentkiralyi/a9a4e78dc746e29e0cc8 and it's pretty good but maybe it's missing something?
Well, if you have neovim 5+, you could use visual studio code as a frontend(for example)
Oh you can? My intention is to leverage neovim for everything and just provide hooks for the external ui
there are few others as well: • https://glitchtron.org/veonim/ • https://github.com/rockerBOO/awesome-neovim#ui
is there something like cider-jack-in for Vim? I would like to open a single file outside of a project and evaluate forms without running a Repl manually in another tab
If you use vim-iced, there is https://liquidz.github.io/vim-iced/vim-iced.html#%3AIcedJackIn
:Clj
:!< {:mvn/version "0.7.0"} refactor-nrepl {:mvn/version "2.5.0"} cider/cider-nrepl {:mvn/version "0.25.2"} }}' -e "(require 'nrepl.cmdline) (
nrepl.cmdline/-main \"--middleware\" \"[ refactor-nrepl.middleware/wrap-refactor cider.nrepl/cider-middleware]\")" (neovim/77697)
Press ENTER or type command to continue
If you run neovim it's ctrl + \ and ctrl + n to get out of terminal mode, I had never been in it the first time I ran it this addon so it was a bit weird 🙂
@U051XTEJB instant connect is usable for outside a project https://liquidz.github.io/vim-iced/vim-iced.html#%3AIcedInstantConnect