mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-10-10 02:42:04 +00:00
feat: lazygit integration
This commit is contained in:
parent
9e224d710c
commit
24b631f343
2 changed files with 43 additions and 19 deletions
|
@ -17,5 +17,13 @@ with builtins; {
|
|||
default = false;
|
||||
description = "Enable winbar";
|
||||
};
|
||||
lazygit = {
|
||||
enable = mkEnableOption "Enable LazyGit integration";
|
||||
direction = mkOption {
|
||||
type = types.enum ["horizontal" "vertical" "tab" "float"];
|
||||
default = "float";
|
||||
description = "Direction of the lazygit window";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue