Skip to content

mikinovation/nvim-gitui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-gitui

nvim-gitui is a Neovim plugin that enables seamless integration between Gitui and Neovim. By combining the powerful Git repository management features of Gitui with the comfortable editing environment of Neovim, this plugin streamlines your development workflow.

Table of Contents

Features

  • Execute Gitui commands directly from Neovim.
  • Visualize Git operations within Neovim.
  • Enhance efficiency in managing your Git repositories.

Prerequisites

  • Neovim version 0.8 or higher.
  • Gitui installed on your system.

Installation

nvim-gitui can be easily installed using the following plugin managers:

Using packer.nvim

use 'mikinovation/nvim-gitui'

Using dein.vim

[[plugins]]
repo = 'mikinovation/nvim-gitui'

Setup

To enable nvim-gitui, add the following code to your init.lua file:

require('nvim-gitui').setup {}

Configuration Example

Here is an example configuration for nvim-gitui:

-- Detailed configurations will be added soon

License

Licensed under the MIT license.

About

Neovim plugin for seamless integration with Gitui, enhancing the Git workflow within the Neovim environment

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages