Files
Nomarchy/themes/ethereal/neovim.lua
Bernardo Magri 33deeb494b initial commit
2026-04-01 17:06:01 +01:00

13 lines
154 B
Lua

return {
{
"bjarneo/ethereal.nvim",
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "ethereal",
},
},
}