fix: change verbosity setting to false in nvim-updater configuration

This commit is contained in:
2024-09-21 10:32:52 -04:00
parent eafc647526
commit 5711b8ed33
+1 -1
View File
@@ -3,7 +3,7 @@ local data = require("data")
return { -- Neovim Updater
"rootiest/nvim-updater.nvim",
opts = {
verbose = true,
verbose = false,
check_for_updates = true,
update_interval = (60 * 60) * 6, -- 6 hours
default_keymaps = false,