nvim: Disable lazy checker
This commit is contained in:
parent
641fac3142
commit
924ba5c280
@ -23,8 +23,5 @@ require("lazy").setup({
|
||||
spec = {
|
||||
{ import = "plugins" },
|
||||
},
|
||||
checker = { enabled = true },
|
||||
change_detection = {
|
||||
enabled = false
|
||||
},
|
||||
change_detection = { enabled = false },
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user