From ea017acd0f27f2afc6f134b75a6af4f2af51dc8a Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 23 Nov 2024 14:29:26 -0500 Subject: [PATCH] feat: add configurable TTL for git status updates --- lua/plugins/dashboard/snacks.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/dashboard/snacks.lua b/lua/plugins/dashboard/snacks.lua index d9ec647..823e2a2 100644 --- a/lua/plugins/dashboard/snacks.lua +++ b/lua/plugins/dashboard/snacks.lua @@ -66,6 +66,7 @@ return { cmd = 'hub status --short --branch --renames', padding = 2, indent = 3, + ttl = 1 * 60, -- Time between git updates }, { section = 'startup' }, },