Skip to content

romek-codes/bruno.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Installation

Make sure you have Bruno CLI installed.

npm install -g @usebruno/cli

More info here: https://docs.usebruno.com/bru-cli/overview

lazy.nvim

{
  'romek-codes/bruno.nvim',
  dependencies = { 'nvim-lua/plenary.nvim', 'nvim-telescope/telescope.nvim' },
  config = function()
    require('bruno').setup({
      collection_paths = {
        { name = "Main", path = "/path/to/folder/containing/collections/Documents/Bruno" },
      }
    })
  end
}

Usage:

Run currently opened .bru file

:BrunoRun

Search through bruno environments

:BrunoEnv

Search for .bru files

:BrunoSearch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages