Kakoune code runner
coderun.kak
is a code runner for Kakoune that can run any languages.
coderun.mp4
- The language that you want to run (obviously)
With plug.kak
just put this in your kakrc
:
plug "NNBnh/coderun.kak"
Run coderun
in the prompt:
coderun [FILE]
Note
coderun
will run the current file by default.
Note
coderun.kak
out of the box cannot run code, you need to configure it.
Coderun is configured through CODERUN
environment variables.
Special thanks to:
Made with ❤️ by NNB