feat: add new notify_updates optioon to nvim_updater

This commit is contained in:
2024-10-14 19:13:14 -04:00
parent 65a0a2f6e5
commit e6be13ac99
+1
View File
@@ -9,6 +9,7 @@ return { -- Neovim Updater
verbose = false,
check_for_updates = true,
update_interval = (60 * 60) * 6, -- 6 hours
notify_updates = false,
default_keymaps = false,
},
keys = function()