9 lines
116 B
Nix
9 lines
116 B
Nix
|
|
{
|
||
|
|
plugins.toggleterm = {
|
||
|
|
enable = true;
|
||
|
|
settings = {
|
||
|
|
open_mapping = "[[<leader>tt]]";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
}
|