This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-04
Channels
- # announcements (1)
- # asami (61)
- # babashka (71)
- # beginners (170)
- # biff (1)
- # calva (14)
- # clj-kondo (23)
- # cljsrn (28)
- # clojars (1)
- # clojure (152)
- # clojure-australia (2)
- # clojure-europe (65)
- # clojure-nl (2)
- # clojure-spec (8)
- # clojure-sweden (3)
- # clojure-uk (45)
- # clojurescript (1)
- # css (12)
- # cursive (16)
- # datomic (9)
- # devcards (2)
- # emacs (1)
- # events (1)
- # graalvm (31)
- # honeysql (10)
- # jackdaw (2)
- # jobs (5)
- # lambdaisland (9)
- # lsp (4)
- # malli (11)
- # meander (43)
- # off-topic (6)
- # pathom (7)
- # polylith (1)
- # portal (14)
- # re-frame (7)
- # releases (1)
- # remote-jobs (1)
- # rewrite-clj (6)
- # shadow-cljs (101)
- # specter (1)
- # tools-deps (26)
- # vim (9)
- # xtdb (2)
What else is there beyond parinfer that people most often use in vim? Just vim-sexp and https://github.com/tpope/vim-sexp-mappings-for-regular-people ?
I would like to be able to edit clojurescript files better, and I am not sure where to move, what to practice.
Those are great. I also like/use andymass/vim-matchup and wellle/targets.vim
anybody using vim with shadow-cljs? i tried fireplace
and iced
... neither are straightforward, and when i fumble around enough to get a connection working then they seem to break when they try to require cider on the js side and the connection goes bad. my next step at this point is to try downgrading cider, et. al to the versions that were around when these plugins were built, but i also don't really know what should work since i've seen very few mentions of anyone trying this
I'm playing around with shadow-cljs and it's new to me, but so far, vim + conjure seem to work
fireplace
setup with shadow-cljs is relatively straightforward with https://github.com/nrepl/piggieback. I've only arrived into the shadow-cljs world as of last week but haven't had any issues after getting set up. What have you tried with fireplace and shadow-cljs?