dotfiles/omarchy/current/theme/neovim.lua

14 lines
216 B
Lua
Raw Permalink Normal View History

2026-05-18 13:35:54 +00:00
return {
{
"bjarneo/hackerman.nvim",
dependencies = { "bjarneo/aether.nvim" }, -- Ensure aether is loaded first
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "hackerman",
},
},
}