Been awhile! I find myself curious about editors again, although it’s more so of an attempt to create a sane (at least to me) configuration for a lot of them, Kakoune being one. My main editor is Emacs, as I’ve just known it for so long and Org-Mode is great, but Kakoune scratches an itch for when I don’t want/need to use Emacs whereas similar editors I find myself smacking myself in the face in frustration.
Now I have some a lot of configurations for Kakoune that I haven’t touched in a minute. I would like to change this, and update this in places necessary.
My main questions to you all here is:
What’s been updated in the ecosystem?
Are we still using plug.kak for plugins, if you aren’t rolling something together yourself?
(Optional) Take a look at the configurations I have in the linked repo, and what would you change about the
a. structure
b. configurations?
1.Hadronized seems to be hard at work on kts (Kak TreeSitter), that’s the one big plugin I’ve been willing to checkout for long but haven’t found the will and time too.
2. Yes. I even use it when I am rolling something together for myself, if it’s independent enough. And I really don’t have much to roll, but making a plugin is that easy.
3.b. If you updated your kakoune, you probably realized it yourself already, but space and comma have swapped meaning, you no longer need to swap them yourself.
1.Hadronized seems to be hard at work on kts (Kak TreeSitter), that’s the one big plugin I’ve been willing to checkout for long but haven’t found the will and time too.
Yes! KTS has been stable for a while now and I’m still chasing bugs here and there. Most of the work occurring on it these days is to add more default configuration for language (I accept any PR adding new language) and themes.
I have several plans for the future (features) but most of it depends on external factors, so I’m currently taking the temperature in terms of how people use KTS for now / what they need. Things like indent guidelines, list of symbols, etc. will come at some point.
Are we still using plug.kak for plugins, if you aren’t rolling something together yourself?
I can’t speak for others, but I don’t use it. I git clone things I own and try to push to package things like KTS into package managers (i.e. pacman for Archlinux, etc.). I have a PKGBUILD I need to finish to make KTS available on the AUR. I think it’s a saner approach rather than making another package manager, but I don’t know plug.kak, so I can’t really speak about it.