mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Set the aether dependency using v2 directly (#4537)
* Set the aether dependency using v2 directly * Format the object properly
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user