tanvirtin / vgit.nvim

Visual git plugin for Neovim
MIT License
591 stars 11 forks source link

Project commit tree preview #252

Closed tanvirtin closed 2 years ago

tanvirtin commented 2 years ago
Screen Shot 2022-05-14 at 12 21 15 PM

The screenshot above shows us a file tree associated with all the changes associated with a commit in github. This visual layout can be quite useful in reducing noise when checking out changes associated with a commit.

Currently we have project_commits_preview that can be used to show list of commits and changes associated with them:

Screen Shot 2022-05-14 at 12 26 40 PM

But if we want to just focus on a single commit, it would be pretty cool to design a file tree layout for the commit.