Files
omarchy/themes/vantablack/neovim.lua
bjarneo 7bd5bf25cd Remove the aether.nvim dependency (#4543)
* Remove the aether.nvim dependency

* Fix a blooper
2026-02-07 22:16:21 +01:00

13 lines
158 B
Lua

return {
{
"bjarneo/vantablack.nvim",
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "vantablack",
},
},
}