tanvirtin / vgit.nvim

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

Unstage hunk from `project_diff_preview` #241

Closed tanvirtin closed 2 years ago

tanvirtin commented 2 years ago

As title says, users should be able to unstage a hunk that their cursor is currently on. This action should be the exact opposite of staging a hunk.

This feature should pave way for for https://github.com/tanvirtin/vgit.nvim/issues/114.