Make in kakoune-repl-buffer plugin

The idea of this script is rapid prototyping in current c/cpp files. By default this compile/run and create executable with the name of the current buffer or using make adding the ‘m’ argument.
In this way now you can also add command line arguments and jump to the error with or jump-next/prev-error command.
I use source command to get the kakoune-repl-buffer but I dont know if is the proper way, but its works. I tried to use modules as in the make.kak file but I didnt know how to do it. Thanks to all people involve in this cool project!

1 Like