alexherbo2 / auto-pairs.kak

Auto-pairing of characters for Kakoune
https://kakoune.org
77 stars 18 forks source link

remove kakoune.cr dependency #51

Closed dead10ck closed 3 years ago

dead10ck commented 3 years ago

I took a crack at #49 and I was able to get something working. I also fixed the case where there were no saved pairs, which was generating incomplete and invalid commands.

dead10ck commented 3 years ago

@alexherbo2 any thoughts?

CBenoit commented 3 years ago

I can confirm it works for me too! I also suggest to update README.md and replace kakoune.rc requirement by jq

dead10ck commented 3 years ago

I'd be happy to, but I'm not sure if @alexherbo2 is interested in merging this.

crocket commented 3 years ago

This pull request works. I use this pull request with

plug "dead10ck/auto-pairs.kak" branch "remove-kcr" demand auto-pairs %{
  auto-pairs-enable
}
kkga commented 3 years ago

Yes, it works great. I've been using it for a while, since setting up proper PATH to kcr can be sometimes tricky on macOS. Thanks @dead10ck 👍

@alexherbo2 Any chance this could be merged?

GVodyanov commented 3 years ago

I love you man, works amazing

alexherbo2 commented 3 years ago

Done