In buffer view, it would be very useful to display the visibility status of the buffers so that I can manually audit and delete the buffers.
I found that there's already logic for showing the hidden status, but somehow it is commented. Would you mind to turn it on or potentially add a flag that turns it on?
|
-- local hidden = buf.info.hidden == 1 and 'h' or 'a' |
In buffer view, it would be very useful to display the visibility status of the buffers so that I can manually audit and delete the buffers.
I found that there's already logic for showing the hidden status, but somehow it is commented. Would you mind to turn it on or potentially add a flag that turns it on?
fzf-lua/lua/fzf-lua/providers/buffers.lua
Line 134 in de1ddf7