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

9 lines
116 B
Nix
Raw Normal View History

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