A Neovim plugin to vacuum up unused file buffers
Install the plugin with your preferred package manager:
return {
{
'ChuufMaster/buffer-vacuum',
opts = {}
},
}
Buffer-Vacuum comes with the following defaults:
{
-- The maximum number of buffers to keep (excluding modified buffer)
max_buffers = 6,
-- Change to True if you want pinned buffers to count to the
-- maximum number buffers
count_pinned_buffers = false,
-- Enable notifications every time a buffer is pinned or deleted
-- Default FALSE
enable_messages = false,
}
BufferVacuum exposes 4 commands to the user: