From 46254e46d918ea91f51f35580d003fb55ea88c4e Mon Sep 17 00:00:00 2001 From: MaasOedipa Date: Sun, 28 Dec 2025 08:58:37 +0100 Subject: [PATCH] Revert "hardtime timeout chagned" This reverts commit c3f64f78bf9559c952e2d8e1ee36962ef5e58fa5. --- 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 74a2ac96..5731103d 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 = 500, + max_time = 5000, notification = true, }, }