bufferline.nvim
bufferline.nvim copied to clipboard
feat(groups): add except argument
Usage:
:BufferLineGroupClose except=pinned,tests
The above will close all buffers except the pinned ones and the tests
fixes #736