sindrets / diffview.nvim

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

feat: Support gerrit style file sort. (#496) #497

Open eternity74 opened 1 month ago

eternity74 commented 1 month ago

This patch allows to set gerrit style file sort (give higher priority to c/cpp header files) by setting gerrit_style_filesort = true Default value is false.