From a966200eacae0c6cf6c284d86889df210f9c1e1d Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Mon, 6 Oct 2025 21:12:53 -0400 Subject: [PATCH] chore: re-enable debounce_hours option --- .config/nvim/lua/plugins/mason.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/mason.lua b/.config/nvim/lua/plugins/mason.lua index 9e131c1..2a422c8 100644 --- a/.config/nvim/lua/plugins/mason.lua +++ b/.config/nvim/lua/plugins/mason.lua @@ -33,7 +33,7 @@ return { auto_update = true, run_on_start = true, start_delay = 5000, - -- debounce_hours = 2, + debounce_hours = 2, ensure_installed = { -- Shell / Bash / Zsh 'shellcheck',