aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/lazy.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/pml68/lazy.lua')
-rw-r--r--lua/pml68/lazy.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/pml68/lazy.lua b/lua/pml68/lazy.lua
index 41e1acb..4514e39 100644
--- a/lua/pml68/lazy.lua
+++ b/lua/pml68/lazy.lua
@@ -15,6 +15,9 @@ local plugins = require("pml68.plugins")
require("lazy").setup(plugins, {
defaults = { lazy = true },
+ change_detection = {
+ notify = false,
+ },
performance = {
cache = {
enabled = true,