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 = {
|
||||
{ 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,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user