Files
Nomarchy/themes/hackerman/neovim.lua
Bernardo Magri 33deeb494b initial commit
2026-04-01 17:06:01 +01:00

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",
},
},
}