Disabled lazy notifications
Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user