nichts/modules/programs/editors/nvf/plugins/settings/terminal.nix

18 lines
310 B
Nix
Raw Normal View History

2024-07-07 23:45:18 +02:00
_: {
2024-07-06 15:15:37 +02:00
programs.neovim-flake.settings.vim = {
terminal = {
toggleterm = {
2024-07-22 01:20:41 +02:00
enable = true;
2024-07-06 15:15:37 +02:00
mappings.open = "<C-t>";
2024-09-01 21:26:40 +02:00
lazygit = {
enable = true;
direction = "tab";
};
2024-07-06 15:15:37 +02:00
setupOpts = {
direction = "tab";
};
};
};
};
}