editors

Discussion about all editors used for Clojure/ClojureScript
benedek 2016-02-11T07:06:28.000105Z

@jjttjj latest snapshot works with cider 0.11-snapshot

dominicm 2016-02-11T09:56:53.000107Z

@juhoteperi: Do you use vim-sexp, paredit.vim or parinfer?

juhoteperi 2016-02-11T09:57:26.000108Z

@dominicm: vim-sexp + vim-sexp-mappings-for-regular-people

dominicm 2016-02-11T09:58:12.000109Z

@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 😛

dominicm 2016-02-11T09:59:24.000110Z

@juhoteperi: I'd love to read a post of how you as a vimmer survives in a clojuremacs world.

juhoteperi 2016-02-11T10:01:42.000111Z

@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

juhoteperi 2016-02-11T10:02:38.000112Z

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)

dominicm 2016-02-11T10:05:21.000113Z

@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.

dominicm 2016-02-11T10:28:03.000114Z

@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.

juhoteperi 2016-02-11T10:28:42.000115Z

@dominicm: I prefer using git submodules, they make it easier to keep the versions sync between multiple computers

dominicm 2016-02-11T10:29:16.000116Z

vim-plug lets you specify a checkout version if you like. I try to keep everything up as up to date as possible.

juhoteperi 2016-02-11T10:29:55.000117Z

And I also use submodules for other stuff besides Vim plugins, and I have scripts to update all submodules etc.

dominicm 2016-02-11T10:32:21.000118Z

ah, fair enough. I like being able to just ":UpdateRemotePlugins" I make waaaay too many mistakes with git submodules, like, all the time. I needed something easier.