14 lines
216 B
Lua
14 lines
216 B
Lua
return {
|
|
{
|
|
"bjarneo/hackerman.nvim",
|
|
dependencies = { "bjarneo/aether.nvim" }, -- Ensure aether is loaded first
|
|
priority = 1000,
|
|
},
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "hackerman",
|
|
},
|
|
},
|
|
}
|