nix-darwin/modules/aspects/_editor/nvf/plugins/terminal.nix

21 lines
298 B
Nix
Executable file

{
# terminal
toggleterm = {
enable = true;
setupOpts = {
direction = "horizontal";
size = 6;
};
mappings = {
open = "<leader>tt";
};
# lazygit
lazygit = {
enable = true;
mappings = {
open = "<leader>gg";
};
};
};
}