No need for the empty opts

This commit is contained in:
David Heinemeier Hansson
2025-10-12 17:25:04 -04:00
parent d72e948e03
commit ebcb489621

View File

@@ -1,13 +1,12 @@
return { return {
{ {
"ribru17/bamboo.nvim", "ribru17/bamboo.nvim",
priority = 1000, priority = 1000,
opts = {}, },
}, {
{ "LazyVim/LazyVim",
"LazyVim/LazyVim", opts = {
opts = { colorscheme = "bamboo",
colorscheme = "bamboo", },
}, },
},
} }