feat: add configurable TTL for git status updates

This commit is contained in:
2024-11-23 14:29:26 -05:00
parent a7129d6cc1
commit ea017acd0f
+1
View File
@@ -66,6 +66,7 @@ return {
cmd = 'hub status --short --branch --renames',
padding = 2,
indent = 3,
ttl = 1 * 60, -- Time between git updates
},
{ section = 'startup' },
},