mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-10-10 18:59:33 +00:00
feat: add lazygit keybindings
This commit is contained in:
parent
933fa2a8ae
commit
c6c04f0d1b
2 changed files with 6 additions and 4 deletions
|
@ -37,6 +37,10 @@ with builtins; {
|
|||
default = pkgs.lazygit;
|
||||
description = "The package that should be used for lazygit. Setting it to null will attempt to use lazygit from your PATH";
|
||||
};
|
||||
|
||||
mappings = {
|
||||
open = mkMappingOption "Open lazygit [toggleterm]" "<leader>gg";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue