From ff5730327b7b13dc9794041e63c991ad94285364 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 8 Jul 2023 07:03:16 -0500 Subject: [PATCH] refactor(nvim): do not notify about updates --- dots/.config/nvim/lua/plugins/plugins.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dots/.config/nvim/lua/plugins/plugins.lua b/dots/.config/nvim/lua/plugins/plugins.lua index e9e1f635..aea1761f 100755 --- a/dots/.config/nvim/lua/plugins/plugins.lua +++ b/dots/.config/nvim/lua/plugins/plugins.lua @@ -804,4 +804,7 @@ lazy.setup({ dev = { path = "~/Git/Neovim", }, + checker = { + notify = false, + }, })