Fork me on GitHub
#parinfer
<
2017-10-02
>
wilkerlucio00:10:03

any extraKey at all

wilkerlucio00:10:34

I'm trying to combine parinfer and auto-complete things, I tried with Tab and with Ctrl+Space

wilkerlucio00:10:53

they work fine, but when I add parinfer they all stop responding

shaunlebron00:10:07

yeah, i’m doing it wrong then

wilkerlucio00:10:17

yeah, maybe it's overriding

shaunlebron00:10:01

do you have time to write a PR for it?

wilkerlucio00:10:25

thanks for pointing the place, I'll try it out here, if works I send a PR to you 😉

shaunlebron00:10:43

thank you very much 👍

wilkerlucio00:10:32

maybe it's worth nothing to users that parinfer will override the Tab key

Drew Verlee00:10:39

Hi! does anyone know if there is a “form yank” ability in parinfer or maybe another common clojure editor plugin? Eg. say curser is the * and i want to yank/copy that inner vector.

[*[1 2 3 4]]
This seems like a really common thing so i assume there is an obvious way todo this im missing. Im using spacemacs, with cider. This might not even be a parinfer question.

cfleming03:10:59

@drewverlee That’s not something that parinfer handles, you’ll need to figure out how your editor does it.

dominicm06:10:37

@drewverlee ya[, or if you want it to work on any form https://github.com/luxbock/evil-cleverparens/blob/master/README.md yf I switched back to vim though, as I was disappointed with the lack of text objects in the emacs ecosystem.