13 lines
180 B
Nix
13 lines
180 B
Nix
{
|
|
plugins.mini-git = {
|
|
enable = true;
|
|
settings = {
|
|
command = {
|
|
split = "horizontal";
|
|
};
|
|
job = {
|
|
timeout = 20000;
|
|
};
|
|
};
|
|
};
|
|
}
|