nix/nixvim/config/toggleterm.nix

8 lines
111 B
Nix

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