From 2a99f860a8d2bfc9c0ce606829a3e2379fe9008c Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 27 Jan 2026 22:03:27 +0100 Subject: Neovim: Hinweismeldungen für Plugin-Updates weniger nervig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/lua/config/lazy.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'nvim/lua/config') diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index c798b9d..edf2fc7 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -7,7 +7,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then if vim.v.shell_error ~= 0 then vim.api.nvim_echo({ { "Failed to clone lazy.nvim:\n", "ErrorMsg" }, - { out, "WarningMsg" }, + { out, "WarningMsg" }, { "\nPress any key to exit..." }, }, true, {}) vim.fn.getchar() @@ -21,7 +21,10 @@ require("lazy").setup({ { import = "plugins" }, }, checker = { - enabled = true + enabled = true, + notify = false, + frequency = 86400, -- Sekunden (1 Tag) + log = true, }, rocks = { enabled = false, -- cgit v1.3