Skip to content

hugoh/nvim-async-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages