We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
When setting the buffers builtin section to sort buffers by name, buffers are not correctly alphabetically sorted.
The text was updated successfully, but these errors were encountered:
hi @gbcreation can you provide an example? maybe a screenshot? Also can you share your sidebar configuration?
Sorry, something went wrong.
Hi @GustavoKatel , here is a screenshot of an example:
and my sidebar configuration:
require('packer').use({ 'sidebar-nvim/sidebar.nvim', disable = false, config = function() require("sidebar-nvim").setup({ open = true, hide_statusline = true, initial_width = 35, sections = { 'buffers', 'todos', 'git', 'files' }, -- Configuration of the Buffers section buffers = { ignored_buffers = { 'sh', '.*SKIM', 'zsh' }, show_numbers = false, sorting = 'name', }, }) end, })
hi @gbcreation I'm trying to reproduce your issue, but without much success. Are you using the latest code?
No branches or pull requests
Describe the bug
When setting the buffers builtin section to sort buffers by name, buffers are not correctly alphabetically sorted.
The text was updated successfully, but these errors were encountered: