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.
- Execute Gitui commands directly from Neovim.
- Visualize Git operations within Neovim.
- Enhance efficiency in managing your Git repositories.
- Neovim version 0.8 or higher.
- Gitui installed on your system.
nvim-gitui can be easily installed using the following plugin managers:
use 'mikinovation/nvim-gitui'[[plugins]]
repo = 'mikinovation/nvim-gitui'To enable nvim-gitui, add the following code to your init.lua file:
require('nvim-gitui').setup {}Here is an example configuration for nvim-gitui:
-- Detailed configurations will be added soonLicensed under the MIT license.