Fork me on GitHub
#editors
<
2016-02-09
>
dominicm05:02:59

https://i.imgur.com/cOoZUnH.png Maybe I want to be tracked. Because yanno. Github.

dominicm06:02:29

sexp is like paredit.

dominicm06:02:07

@juhoteperi: Just seen your vim-cider. Why didn't I know about this, I'd tried to implement this stuff myself!

dominicm06:02:33

Now I can remove it though simple_smile

juhoteperi06:02:22

@dominicm: there is also https://github.com/snoe/clj-refactor.nvim which is quite promising. It is implemented using ClojureScript.

dominicm09:02:37

I saw that was started a little while ago, @juhoteperi, I need to check it out. I'm quite sad, I've had to remove parinfer, because it keeps aggressively rewriting my team's code

cfleming20:02:48

@dominicm: Is that because of the initial format when you open a file?

cfleming20:02:59

(re: parinfer)

cfleming20:02:47

That’s a bummer. Doesn’t that mean that their code has quite odd indentation, or is parinfer too strict about what that initial run should look like?

cfleming21:02:41

@dominicm: ^^ sorry, didn’t ping you there

cfleming21:02:25

I’m interested in this because I’m currently integrating parinfer into Cursive, so if there’s something that could be done to help this I’d love to know your thoughts.

snoe21:02:24

@dominicm: I needed to pair parinfer with cljfmt and that keeps everything pretty close to emacs/cider formatting. The only difference is that comments at the end of blocks get spit out (I think you raised an issue about this). Luckily teammates are ok with that.