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',