diff --git a/lua/taken/lazy.lua b/lua/taken/lazy.lua index 1570d59..1c24bce 100644 --- a/lua/taken/lazy.lua +++ b/lua/taken/lazy.lua @@ -15,7 +15,7 @@ local lazy = require("lazy") local plugins = { { import = "taken.plugins" }, - { import = "taken.plugins.lsp" } + { import = "taken.plugins.lsp" }, } local opts = { @@ -24,6 +24,11 @@ local opts = { }, checker = { enabled = true, + notify = false, + }, + change_detection = { + enabled = true, + notify = false, }, }