chore(nvim): reduce checking for plugin updates to 24 hours and disable message

This commit is contained in:
Stefan Imhoff
2023-04-13 14:56:05 +02:00
parent c740a71644
commit 744d1932d0

View File

@@ -27,7 +27,11 @@ require("lazy").setup({
-- version = "*", -- try installing the latest stable version for plugins that support semver
},
install = { colorscheme = { "tokyonight", "habamax" } },
checker = { enabled = true }, -- automatically check for plugin updates
checker = {
enabled = true,
notify = false,
frequency = 86400,
},
performance = {
rtp = {
-- disable some rtp plugins