Hi, first I would like to thank you a lot for this plugin, I am using it on a daily basis and it is awesome!
I have been working on adding a feature to mark files and add a key binding to toggle hide marked fies, I have been using it for 2 months now without issues and wanted to share if this is something you are willing to integrate.
The fork is here based on latest main: https://github.com/florentcigolotti/diffview-plus.nvim/tree/feature/hide-reviewed-files.
Here is an example with a diff:
With some files / folders marked using w to toggle marks:

And then using H to hide marked files:

Notice the `Changes (33/48)` and the `15 reviewed file(s) hidden` at the bottom
Hi, first I would like to thank you a lot for this plugin, I am using it on a daily basis and it is awesome!
I have been working on adding a feature to mark files and add a key binding to toggle hide marked fies, I have been using it for 2 months now without issues and wanted to share if this is something you are willing to integrate.
The fork is here based on latest main: https://github.com/florentcigolotti/diffview-plus.nvim/tree/feature/hide-reviewed-files.
Here is an example with a diff:
With some files / folders marked using

wto toggle marks:And then using
Hto hide marked files: