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 {
{
"ribru17/bamboo.nvim",
priority = 1000,
opts = {},
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "bamboo",
},
},
{
"ribru17/bamboo.nvim",
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "bamboo",
},
},
}