nichts/modules/programs/editors/nvf/plugins/settings/terminal.nix
2024-09-01 21:26:40 +02:00

17 lines
310 B
Nix

_: {
programs.neovim-flake.settings.vim = {
terminal = {
toggleterm = {
enable = true;
mappings.open = "<C-t>";
lazygit = {
enable = true;
direction = "tab";
};
setupOpts = {
direction = "tab";
};
};
};
};
}