Results 101 comments of Taupiqueur

Yeah, I feel like plug.kak is redundant now we have modules.

A tiny PoC using the autoload with 0 sh call if possible: `~/.config/kak/autoload/plug/rc/plug.kak` ``` kak provide-module plug %{ define-command plug-core -params 0..1 -docstring 'plug-core [config]' %{ nop %sh{ if !...

Yep, but I’m not satisfied with the implementation yet. I want it to be simple and close to the way Kakoune works without plugin manager, by using the autoload, to...

https://github.com/alexherbo2/plug.kak

A diff tool that can embed editors by connecting to them would be awesome.

@lenormf I’ll like to keep it open until a solution is provided

@Delapouite Could you feed us some GIFs? :cat:

I’ve been watching the video but it does not show how reduce would work with double `` or when it has multiple children. https://youtu.be/_RvHz3vJ3kA?t=76

In my opinion the shrink feature is a nop.

I’m currently working on a split object feature. Maybe it could help.