This plugin heavely inspired by Emacs’s Compiler Mode. If you know the Rusian Twitch streamer / Youtube, he use that in every single his Programming Session.
Instalation
Just copy compiler-mode.kak to your autoload directory and paste this command to your kakrc file:
Supeer cool, I remember found your repository some time ago when I was looking for something like that. I end it using kakoune-repl-buffer with some hacks. Nice to see it:D
kinda similar (this plugin is inspired by it, actually), but doesn’t it nice when you can type arbitrary shell command run it or kill it when you like, without committing to any build dependency? How about, “I wanna run this lua script and check if there is no error…” I can just do lua main.lua and quickly jump-to-error when there is, and you know the gist…