Skip to content

mistweaverco/bafa.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bafa.nvim

Minimal BufExplorer alternative.

Requirements

Installation

Via lazy.nvim:

Simple configuration

require('lazy').setup({
  -- Buffer management
  { 'mistweaverco/bafa.nvim' },
})

Advanced configuration

require('lazy').setup({
  -- Buffer management
  {
    'mistweaverco/bafa.nvim',
    config = function()
      require('bafa').setup({
        width = 60,
        height = 10,
        title = "Bafa",
        title_pos = "center",
        relative = "editor",
        border = "rounded",
        style = "minimal",
      })
    end,
  },
})

Public methods

require('bafa.ui').toggle()

Opens up a floating window with your buffers.

Press enter to select a buffer or press dd or D to delete a buffer.

About

Minimal BufExplorer alternative.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages