Skip to content

oncomouse/lazygit.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This plugin for Neovim opens lazygit in a new tab. Press q in that tab will close lazygit.

I use this in place of any more vim-y git integrations.

You can trigger it as a command, via :LazyGit or by binding to the <Plug> binding, <Plug>(lazygit.nvim), like so:

vim.keymap.set("n", "<leader>lg", "<Plug>(lazygit.nvim)")

Installation

With lazy.nvim:

{
    "oncomouse/lazygit.nvim",
    cmd = "LazyGit",
    keys = { "<Plug>(lazygit.nvim)" },
}

With packer.nvim:

use({
    "oncomouse/lazygit.nvim",
    cmd = "LazyGit",
    keys = { "<Plug>(lazygit.nvim)" },
})

About

Really simple lazygit integration for Neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages