Closed Anomalocaridid closed 3 years ago
I don't know why the author has deleted their repos instead of archiving them, but maybe you want to check this fork: https://github.com/dead10ck/auto-pairs.kak/tree/remove-kcr
@xnuk Thanks a lot!
I also uploaded two plugins from my cache that I frequently use:
I agree on this, having the plugins such as auto-pairs and move-lines in separate repositories was so much nicer. Now kcr is becoming a giant conglomerate of unrelated scripts, which goes against the Unix philosophy.
Here's the plug.kak snippet I use to load surround.kak without installing kcr https://github.com/MaxCan-Code/MaxCan-Code/blob/8fe1d8f2dfafcce1fe60bdbdffed357ab84b83d9/symlinks/foo/.config/kak/kakrc#L12-L15 it also integrates the fixes in #24
Done
Thank you so much!
It seems to work fine without kakoune.cr installed, so I do not understand why it has to be bundled with kakoune.cr. Especially since not everyone who would want auto pairing would necessarily want kakoune.cr and vice versa. In addition, I personally do not have a need for kakoune.cr and would appreciate not having to install it and its dependencies just for the auto-pairs.kak plugin.