sidebar.nvim
sidebar.nvim copied to clipboard
The buffer section would list `unlisted` buffer
Describe the bug
If there are some buffers are unlisted, the buffer section would still have those buffers listed as the ignored = true did not contain unlisted buffers in the buffers.lua
To Reproduce
- Open any two files with
nvim - Set one of them
:set nobuflisted -
SidebarNvimToggle
Expected behavior No unlisted buffer
Commit is uploaded Please help to review. Thanks!