mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
9 lines
150 B
Lua
9 lines
150 B
Lua
return {
|
|
{ "tahayvr/matteblack.nvim", lazy = false, priority = 1000 },
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "matteblack",
|
|
},
|
|
},
|
|
} |