This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-03
Channels
- # aleph (5)
- # announcements (4)
- # babashka (2)
- # beginners (52)
- # calva (13)
- # cider (60)
- # clj-kondo (91)
- # cljsrn (6)
- # clojure (93)
- # clojure-brasil (2)
- # clojure-dev (37)
- # clojure-europe (5)
- # clojure-italy (7)
- # clojure-nl (8)
- # clojure-norway (1)
- # clojure-sg (1)
- # clojure-spec (115)
- # clojure-uk (31)
- # clojurescript (32)
- # cursive (35)
- # data-science (4)
- # datascript (3)
- # datomic (29)
- # emacs (8)
- # events (1)
- # figwheel (1)
- # funcool (2)
- # graalvm (2)
- # joker (12)
- # kaocha (4)
- # lein-figwheel (1)
- # leiningen (34)
- # malli (7)
- # off-topic (4)
- # overtone (1)
- # parinfer (2)
- # pathom (5)
- # quil (1)
- # re-frame (12)
- # reagent (2)
- # shadow-cljs (7)
- # spacemacs (6)
- # sql (8)
- # tools-deps (63)
- # vim (24)
is anyone proficient in using vim-easy-align with clojure? I've never managed to make it work
@regen I recently tried this, it seems to work:
- Make selection of lines you want to change (shift-v)
- press ga
for easy align interactive mode
- press *<space>
i like keeping default ga
behaviour, which leaves me having to go :'<,'>EasyAlign<CR><Space>
after visual selection
Took a little while to relax (on giving up absolute control) of where the parens/layout is
That's highly specific 😄 I guess I just really like vim-sexp now, I'm really used to how it works with vim-sexp-mappings-for-regular-people.
It is really neat, which one do you use? I think I tried a rust implementation that was really snappy.
I hit ,o
to raise if I'm editing something like JS and am sorely disappointed when nothing happens.
Actually used convolute for the first time the other day too!
@alee i'm a vim lifer, so i've never used cider-jack-in. what does vim-jack-in do/provide? is it only to avoid having to run lein repl
(for example) in another terminal and connect to it with something like vim-fireplace
?
It also removes the need to fiddle with profiles.clj, build.boot or deps.edn to start nrepl with cider loaded
thanks @U09LZR36F 🙂👍