Fork me on GitHub
#editors
<
2016-02-11
>
benedek07:02:28

@jjttjj latest snapshot works with cider 0.11-snapshot

dominicm09:02:53

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

juhoteperi09:02:26

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

dominicm09:02:12

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

dominicm09:02:24

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

juhoteperi10:02:42

@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

juhoteperi10:02:38

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)

dominicm10:02:21

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

dominicm10:02:03

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

juhoteperi10:02:42

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

dominicm10:02:16

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

juhoteperi10:02:55

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

dominicm10:02:21

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.