woosaaahh / brun.nvim

BRun helps to run commands after saving a file and and see the result in a buffer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BRun

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.

Requirements

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 :

Usage

  • Add require("brun.nvim").setup() in your configuration ;
  • Run :BRun or :BRun harpoon ;
  • Fill in each prompts.

Configuration

No configuration needed !

About

BRun helps to run commands after saving a file and and see the result in a buffer.

License:MIT License


Languages

Language:Lua 100.0%