Disable lua rocks to silence error

This commit is contained in:
2025-05-25 18:14:04 +02:00
parent 64637b19ea
commit bfb870d59c

View File

@@ -26,6 +26,9 @@ require("lazy").setup({
"gruvbox",
},
},
rocks = {
enabled = false,
},
ui = {
border = require("symbols.window").border,
backdrop = 100,