alexherbo2 / kakoune.cr

A command-line tool for Kakoune
https://kakoune.org
The Unlicense
54 stars 11 forks source link

Move auto-pairs.kak into its own repository #21

Closed Anomalocaridid closed 3 years ago

Anomalocaridid commented 3 years ago

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.

xnuk commented 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

Anomalocaridid commented 3 years ago

@xnuk Thanks a lot!

xnuk commented 3 years ago

I also uploaded two plugins from my cache that I frequently use:

raiguard commented 3 years ago

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.

MaxCan-Code commented 3 years ago

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

alexherbo2 commented 3 years ago

Done

Anomalocaridid commented 3 years ago

Thank you so much!