feat: add configurable TTL for git status updates
This commit is contained in:
@@ -66,6 +66,7 @@ return {
|
|||||||
cmd = 'hub status --short --branch --renames',
|
cmd = 'hub status --short --branch --renames',
|
||||||
padding = 2,
|
padding = 2,
|
||||||
indent = 3,
|
indent = 3,
|
||||||
|
ttl = 1 * 60, -- Time between git updates
|
||||||
},
|
},
|
||||||
{ section = 'startup' },
|
{ section = 'startup' },
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user