Disable luarocks for lazy.

This commit is contained in:
Bartek Stalewski 2025-06-26 23:29:51 +02:00
parent 6bbb97c95a
commit 795fc910a9
No known key found for this signature in database

View file

@ -49,4 +49,7 @@ require("lazy").setup({
}, },
}, },
}, },
rocks = {
enabled = false,
},
}) })