caelestia/yazi/plugins/lazygit.yazi
2025-10-23 01:18:53 +01:00
..
LICENSE Add helix and yazi configs 2025-10-23 01:18:53 +01:00
main.lua Add helix and yazi configs 2025-10-23 01:18:53 +01:00
README.md Add helix and yazi configs 2025-10-23 01:18:53 +01:00

lazygit.yazi

Plugin for Yazi to manage git repos with lazygit

Dependencies

Make sure lazygit is installed and in your PATH.

Installation

Using ya pkg

 ya pkg add Lil-Dank/lazygit

Manual

Linux/macOS

git clone https://github.com/Lil-Dank/lazygit.yazi.git ~/.config/yazi/plugins/lazygit.yazi

Windows

git clone https://github.com/Lil-Dank/lazygit.yazi.git %AppData%\yazi\config\plugins\lazygit.yazi

Configuration

add this to your keymap.toml file

[[mgr.prepend_keymap]]
on   = [ "g", "i" ]
run  = "plugin lazygit"
desc = "run lazygit"

you can customize the keybinding however you like. Please refer to the keymap.toml documentation