sindrets / diffview.nvim

Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
Other
3.74k stars 105 forks source link

[Feature] Option to disable file panel #345

Closed vihu closed 1 year ago

vihu commented 1 year ago

Hello,

Thank you for the great plugin. I was wondering if there's a way to just disable the side file panel from opening when doing DiffViewOpen, it would be nice to have an enable = true/false setting for the file panel or if you can recommend a hook I can easily use to not show the file panel when doing DiffViewOpen.

Thanks!

vihu commented 1 year ago

Actually nevermind, I see that https://github.com/sindrets/diffview.nvim/issues/303 already exists.