Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

aspeddro/gitui.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

gitui.nvim

Gitui in your Neovim

Prerequisites

Installation

packer.nvim

use 'aspeddro/gitui.nvim'

Setup

require("gitui").setup()

Configuration (optional)

Following are the default config for the setup(). If you want to override, just modify the option that you want then it will be merged with the default config.

{
 -- Command Options
 command = {
 -- Enable :Gitui command
 -- @type: bool
 enable = true,
 },
 -- Path to binary
 -- @type: string
 binary = "gitui",
 -- Argumens to gitui
 -- @type: table of string
 args = {},
 -- WIndow Options
 window = {
 options = {
 -- Width window in %
 -- @type: number
 width = 90,
 -- Height window in %
 -- @type: number
 height = 80,
 -- Border Style
 -- Enum: "none", "single", "rounded", "solid" or "shadow"
 -- @type: string
 border = "rounded",
 },
 },
}

Lua API

require("gitui").open()

TODO

  • Add documentation

About

Gitui in your Neovim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /