Disabled lazy notifications

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-09-16 13:36:04 +02:00
parent 3f564151bb
commit 5c97754f05

View File

@@ -15,7 +15,7 @@ local lazy = require("lazy")
local plugins = { local plugins = {
{ import = "taken.plugins" }, { import = "taken.plugins" },
{ import = "taken.plugins.lsp" } { import = "taken.plugins.lsp" },
} }
local opts = { local opts = {
@@ -24,6 +24,11 @@ local opts = {
}, },
checker = { checker = {
enabled = true, enabled = true,
notify = false,
},
change_detection = {
enabled = true,
notify = false,
}, },
} }