Set the aether dependency using v2 directly (#4537)

* Set the aether dependency using v2 directly

* Format the object properly
This commit is contained in:
bjarneo
2026-02-07 15:53:05 +01:00
committed by GitHub
parent 0e2ed5439e
commit 0c9b38e507

View File

@@ -1,12 +1,11 @@
return {
-- required for the vantablack nvim theme
{
"bjarneo/aether.nvim",
branch = "v2",
},
{
"bjarneo/vantablack.nvim",
priority = 1000,
dependencies = {
"bjarneo/aether.nvim",
branch = "v2"
},
},
{
"LazyVim/LazyVim",