buffer_manager.nvim icon indicating copy to clipboard operation
buffer_manager.nvim copied to clipboard

A simple plugin to easily manage Neovim buffers.

Results 7 buffer_manager.nvim issues
Sort by recently updated
recently updated
newest added

Thank you for you effort. I'm windows 10 user with nvim-qt. I installed this plugin and set `short_file_names = true` to show only filename + extension. But the behavior is...

windows-bug

hi, i was trying to setup the `%s` keys in `1-10` like this: ```lua { "j-morano/buffer_manager.nvim", lazy = true, event = { "BufAdd", "BufDelete", "BufEnter" }, keys = { {...

`order_buffers = "filename"` doesn't order buffers by path. I have hundreds of files with the same names and in this case it looks like unorganized chaos. Please, consider sorting by...

feature

/// Problem: #32 1) Set configuration doesn't be applied in M.toggle_quick_menu() It makes short_file_name option don't work 2) The number of slash('/') doesn't show properly in short_file_name mode. On Windows,...

So i've wanted to make the window larger, but couldn't figure out a good number, also negatives didnt work at all. This makes the window get a positive integer size...

It would be very useful to see them in the list Neovim v0.11.4 My config: ```bash return { "j-morano/buffer_manager.nvim", dependencies = { "nvim-lua/plenary.nvim" }, config = function() require("buffer_manager").setup({ width =...