mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
13 lines
154 B
Lua
13 lines
154 B
Lua
return {
|
|
{
|
|
"bjarneo/ethereal.nvim",
|
|
priority = 1000,
|
|
},
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "ethereal",
|
|
},
|
|
},
|
|
}
|