Simple guile integration for kakoune
This kakoune script allows you to start a guile session in the background and allows you to send your selection to it,
writing the output of the repl into a guile
buffer.
Additionally, it provides a user mode called guile
, allowing you to restart the guile process, load and execute your current buffer,
as well as your current selection.
Simply add
plug "burniintree/guile.kak"
to your kakrc.
Source the script from your kakrc via
source "path/to/guile.kak"
or clone this repo into your autoload directory.
Always welcome.
This is licensed under the Gnu GPL v3. See the LICENSE
file.