It would be very useful to see them in the list
Neovim v0.11.4
My config:
return {
"j-morano/buffer_manager.nvim",
dependencies = {
"nvim-lua/plenary.nvim"
},
config = function()
require("buffer_manager").setup({
width = 0.6,
height = 0.8,
show_indicators = 'before',
win_extra_options = {
cursorline = true
}
})
local bmui = require("buffer_manager.ui")
vim.keymap.set('n', ';;', bmui.toggle_quick_menu, {noremap = true})
end
}
It would be very useful to see them in the list
Neovim v0.11.4
My config: