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,