mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
13 lines
152 B
Lua
13 lines
152 B
Lua
return {
|
|
{
|
|
"OldJobobo/miasma.nvim",
|
|
priority = 1000,
|
|
},
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "miasma",
|
|
},
|
|
},
|
|
}
|