Skip to content

Use Lazygit from within Neovim

License

Notifications You must be signed in to change notification settings

zachbuchli/lazygit.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lazygit.nvim

Screenshot of plugin in action

Use lazygit from within neovim.

Installation

Dependencies

Using Lazy.nvim

{
    'zachbuchli/lazygit.nvim',
    config = function()
      local lazygit = require 'lazygit'

      -- example keymap
      vim.keymap.set('n', '<leader>lg', lazygit.show)
    end,
  },

After installation, you can verify the install with :checkhealth lazygit. The plugin also registers the command :Lazygit to display lazygit.