* Set the aether dependency using v2 directly * Format the object properly
17 lines
235 B
Lua
17 lines
235 B
Lua
return {
|
|
{
|
|
"bjarneo/vantablack.nvim",
|
|
priority = 1000,
|
|
dependencies = {
|
|
"bjarneo/aether.nvim",
|
|
branch = "v2"
|
|
},
|
|
},
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "vantablack",
|
|
},
|
|
},
|
|
}
|