A tiny Neovim plugin that provides async Git push/pull with notifications.
Using Lazy.nvim:
{ "hugoh/nvim-async-git" }
Using Packer:
use "hugoh/nvim-async-git"
Two simple commands:
:GitPull
- Async pull with success/failure notifications:GitPush
- Async push with success/failure notifications
No configuration needed - just run the commands in any Git repository.