mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
9 lines
150 B
Lua
9 lines
150 B
Lua
return {
|
|
{ "tahayvr/matteblack.nvim", lazy = false, priority = 1000 },
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "matteblack",
|
|
},
|
|
},
|
|
} |