BRun helps to run commands after saving a file and and see the result in a buffer.
This project was inspired by @TjDeVries and his Youtube video here.
To use this plugin, you need :
- to have Neovim
0.8+
version installed ; - to add
woosaaahh/brun.nvim
in your plugin manager configuration ; - to add
ThePrimeagen/harpoon
in your plugin manager configuration.
Here are some plugin managers :
- vim-plug ;
- packer.nvim ;
- paq-nvim.
- Add
require("brun.nvim").setup()
in your configuration ; - Run
:BRun
or:BRun harpoon
; - Fill in each prompts.
No configuration needed !