mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
No need for the empty opts
This commit is contained in:
@@ -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",
|
},
|
||||||
},
|
},
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user