nixos-config/modules/home/all/neovim/lazygit.nix
2024-10-22 18:39:53 -04:00

10 lines
130 B
Nix

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