From ca07abf338627337720d1629da0d16f953110467 Mon Sep 17 00:00:00 2001 From: MaasOedipa Date: Sun, 28 Dec 2025 08:59:55 +0100 Subject: [PATCH] Reapply "hardtime timeout chagned" This reverts commit 46254e46d918ea91f51f35580d003fb55ea88c4e. --- lua/custom/plugins/hardtime.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/hardtime.lua b/lua/custom/plugins/hardtime.lua index 5731103d..74a2ac96 100644 --- a/lua/custom/plugins/hardtime.lua +++ b/lua/custom/plugins/hardtime.lua @@ -4,7 +4,7 @@ return { dependencies = { 'MunifTanjim/nui.nvim' }, opts = { disabled = false, - max_time = 5000, + max_time = 500, notification = true, }, }