From baf0b2b56a32702ac01ead75a0b60151a9576c76 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sat, 29 Mar 2025 15:16:12 -0700 Subject: [PATCH] :wrench: Updated config to not notify on change config --- .config/nvim/lua/config/lazy.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/nvim/lua/config/lazy.lua b/.config/nvim/lua/config/lazy.lua index d10173ff..dcf8317d 100644 --- a/.config/nvim/lua/config/lazy.lua +++ b/.config/nvim/lua/config/lazy.lua @@ -19,7 +19,6 @@ require("config.options") require("lazy").setup({ spec = { - { import = "plugins" }, { "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", event = "BufReadPost" }, { "nvim-treesitter/playground" }, @@ -100,6 +99,9 @@ require("lazy").setup({ lazy = false, version = false, }, + change_detection = { + notify = false, + }, checker = { enabled = true, concurrency = 1,