dotfiles/yazi/plugins/lazygit.yazi
doryan c9d3b514fe feat(yazi): delete sudo.yazi and add lazy.git, system-clipboard.yazi plugins 2025-01-08 14:25:00 +04:00
..
DO_NOT_MODIFY_ANYTHING_IN_THIS_DIRECTORY feat(yazi): delete sudo.yazi and add lazy.git, system-clipboard.yazi plugins 2025-01-08 14:25:00 +04:00
LICENSE feat(yazi): delete sudo.yazi and add lazy.git, system-clipboard.yazi plugins 2025-01-08 14:25:00 +04:00
README.md feat(yazi): delete sudo.yazi and add lazy.git, system-clipboard.yazi plugins 2025-01-08 14:25:00 +04:00
init.lua feat(yazi): delete sudo.yazi and add lazy.git, system-clipboard.yazi plugins 2025-01-08 14:25:00 +04: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 pack

ya pack -a 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

[[manager.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