nix/nixos/nixvim/config/toggleterm.nix

9 lines
111 B
Nix
Raw Normal View History

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