Hajime-Suzuki / vuffers.nvim

a neovim plugin that creates a vertical split window to help you manage and navigate your buffers more efficiently
47 stars 1 forks source link

feat: delete file from the buffer list #6

Closed Hajime-Suzuki closed 1 year ago

Hajime-Suzuki commented 1 year ago

Add functionality to delete buffer from the buffer list, when pressing the "d" key on the target item on the list.

This will remove the target from the internal buffer list, then actually delete the buffer by provided function (on_delete_buffer) function in the config. By default, it runs bwipeout command