Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 517 Bytes

File metadata and controls

23 lines (16 loc) · 517 Bytes

nvim-async-git: Async Git Pull / Push for Neovim

A tiny Neovim plugin that provides async Git push/pull with notifications.

Installation

Using Lazy.nvim:

{ "hugoh/nvim-async-git" }

Using Packer:

use "hugoh/nvim-async-git"

Usage

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.