nix/home-manager/nixvim/config/toggleterm.nix

9 lines
111 B
Nix
Raw Normal View History

2024-08-07 18:19:58 +02:00
{
plugins.toggleterm = {
enable = true;
settings = {
open_mapping = "[[<c-t>]]";
2024-08-07 18:19:58 +02:00
};
};
}