Files
nix-config/home-manager/nixvim/toggleterm.nix
2024-05-16 21:14:30 +02:00

9 lines
111 B
Nix

{
plugins.toggleterm = {
enable = true;
settings = {
open_mapping = "[[<C-t>]]";
};
};
}