🔧 Updated config to not notify on change config

This commit is contained in:
z3rOR0ne 2025-03-29 15:16:12 -07:00
parent 088fdb091a
commit baf0b2b56a

View file

@ -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,