nixos-config/modules/home/editors/neovim/lazygit.nix
2025-11-21 14:17:20 -05:00

10 lines
130 B
Nix

{
plugins.lazygit.enable = true;
keymaps = [
{
action = "<cmd>LazyGit<CR>";
key = "<leader>gg";
}
];
}