From ea7f4931969e3062f9301c5326195ace21c3e983 Mon Sep 17 00:00:00 2001 From: Chun Li Date: Mon, 13 Oct 2025 21:05:24 -0700 Subject: [PATCH] Updating lazy config to check for updates but not to notify. --- config/nvim/lazy-lock.json | 2 +- config/nvim/lua/config/lazy.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/nvim/lazy-lock.json b/config/nvim/lazy-lock.json index 11ae434..df7fad1 100644 --- a/config/nvim/lazy-lock.json +++ b/config/nvim/lazy-lock.json @@ -2,7 +2,7 @@ "catppuccin": { "branch": "main", "commit": "af58927c55c9f3272c940ff02b3cee94a1249f26" }, "conform.nvim": { "branch": "master", "commit": "fbcb4fa7f34bfea9be702ffff481a8e336ebf6ed" }, "lazy.nvim": { "branch": "main", "commit": "1ea3c4085785f460fb0e46d2fe1ee895f5f9e7c1" }, - "neo-tree.nvim": { "branch": "main", "commit": "4c60a198e3f92098778a32a1c76d2bd7ba46a3b5" }, + "neo-tree.nvim": { "branch": "main", "commit": "c4c168e459395275c552179a1baf9c3d885d6a74" }, "nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" }, "nvim-web-devicons": { "branch": "master", "commit": "b8221e42cf7287c4dcde81f232f58d7b947c210d" }, "plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" }, diff --git a/config/nvim/lua/config/lazy.lua b/config/nvim/lua/config/lazy.lua index 85b8536..5e6292f 100644 --- a/config/nvim/lua/config/lazy.lua +++ b/config/nvim/lua/config/lazy.lua @@ -25,7 +25,7 @@ require('lazy').setup { -- colorscheme that will be used when installing plugins. install = { colorscheme = { 'catppuccin-mocha' } }, -- automatically check for plugin updates - checker = { enabled = true }, + checker = { enabled = true, notify = false }, ui = { -- If you are using a Nerd Font: set icons to an empty table which will use the -- default lazy.nvim defined Nerd Font icons, otherwise define a unicode icons table