From 0c9b38e507dad5bfaea00680a774913f519b190a Mon Sep 17 00:00:00 2001 From: bjarneo Date: Sat, 7 Feb 2026 15:53:05 +0100 Subject: [PATCH] Set the aether dependency using v2 directly (#4537) * Set the aether dependency using v2 directly * Format the object properly --- themes/vantablack/neovim.lua | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/themes/vantablack/neovim.lua b/themes/vantablack/neovim.lua index a7f43c6e..60043e1f 100644 --- a/themes/vantablack/neovim.lua +++ b/themes/vantablack/neovim.lua @@ -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",