This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-11
Channels
- # announcements (1)
- # beginners (84)
- # boot (325)
- # cbus (1)
- # cider (13)
- # cljs-dev (1)
- # cljsjs (1)
- # cljsrn (15)
- # clojars (8)
- # clojure (221)
- # clojure-czech (2)
- # clojure-ireland (8)
- # clojure-madison (28)
- # clojure-poland (176)
- # clojure-russia (111)
- # clojurebridge (7)
- # clojurescript (75)
- # community-development (70)
- # conf-proposals (19)
- # core-async (29)
- # css (12)
- # cursive (66)
- # datavis (15)
- # datomic (61)
- # devcards (15)
- # dirac (2)
- # editors (13)
- # emacs (9)
- # funcool (7)
- # hoplon (13)
- # jobs-discuss (5)
- # ldnclj (39)
- # ldnproclodo (1)
- # lein-figwheel (3)
- # leiningen (21)
- # liberator (26)
- # off-topic (12)
- # om (153)
- # onyx (168)
- # parinfer (165)
- # proton (21)
- # quil (5)
- # re-frame (58)
- # reagent (4)
- # ring-swagger (12)
- # spacemacs (3)
- # yada (120)
@juhoteperi: Do you use vim-sexp, paredit.vim or parinfer?
@dominicm: vim-sexp + vim-sexp-mappings-for-regular-people
@juhoteperi: Yeah, That's what I am currently trying. How do you find the mappings for regular people? I'm mixed on them (I'm happy they're optional!) I do wish it came with a doc file 😛
@juhoteperi: I'd love to read a post of how you as a vimmer survives in a clojuremacs world.
@dominicm: Heh, I've been thinking about doing a screencast or something displaying why Vim fireplace + sexp is the best tool for Clojure development :d
I don't really have any experience with Emacs myself but when I'm looking at co-workers using Spacemacs it looks really slow (but it could just be that they don't know all shortcuts :D)
@juhoteperi: That would be awesome. I tried spacemacs for ~3 days. I kept running into issues, so gave up. I'm not sure if I kept hitting a vim combo which kills emacs, or what. I also felt really lost, I'm definitely someone who fits into "I cannot understand what I cannot myself build." Juxt runs on org mode so I do have to keep an emacs instance open for tracking time, I know how to go up, down, and start/stop the timer.
@juhoteperi: Just looking through your dotfiles for fun stuff, you should check out vim-plug btw, I've found it to be my favourite vim plugin manager.
@dominicm: I prefer using git submodules, they make it easier to keep the versions sync between multiple computers
vim-plug lets you specify a checkout version if you like. I try to keep everything up as up to date as possible.
And I also use submodules for other stuff besides Vim plugins, and I have scripts to update all submodules etc.