Files
omarchy/themes/vantablack/neovim.lua
2026-02-07 11:23:27 +01:00

18 lines
257 B
Lua

return {
-- required for the vantablack nvim theme
{
"bjarneo/aether.nvim",
branch = "v2",
},
{
"bjarneo/vantablack.nvim",
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "vantablack",
},
},
}