Remove the aether.nvim dependency (#4543)

* Remove the aether.nvim dependency

* Fix a blooper
This commit is contained in:
bjarneo
2026-02-07 22:16:21 +01:00
committed by GitHub
parent 0c9b38e507
commit 7bd5bf25cd

View File

@@ -2,10 +2,6 @@ return {
{ {
"bjarneo/vantablack.nvim", "bjarneo/vantablack.nvim",
priority = 1000, priority = 1000,
dependencies = {
"bjarneo/aether.nvim",
branch = "v2"
},
}, },
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",