nvim: Disable lazy checker

This commit is contained in:
Andreas Tsouchlos 2025-11-15 23:50:45 +01:00
parent 641fac3142
commit 924ba5c280

View File

@ -23,8 +23,5 @@ require("lazy").setup({
spec = {
{ import = "plugins" },
},
checker = { enabled = true },
change_detection = {
enabled = false
},
change_detection = { enabled = false },
})