{ pkgs, lib, config, ... }: { vim.keybindings.keybindings-shortened."gg" = { command = ":LazyGit"; label = "lazygit"; }; output.plugins = with pkgs.vimPlugins; [lazygit-nvim]; output.path.path = with pkgs; [lazygit git]; }