Files
omarchycn/themes/vantablack/neovim.lua
T
bjarneoandGitHub 0c9b38e507 Set the aether dependency using v2 directly (#4537)
* Set the aether dependency using v2 directly

* Format the object properly
2026-02-07 15:53:05 +01:00

17 lines
235 B
Lua

return {
{
"bjarneo/vantablack.nvim",
priority = 1000,
dependencies = {
"bjarneo/aether.nvim",
branch = "v2"
},
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "vantablack",
},
},
}