mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
10 lines
114 B
Lua
10 lines
114 B
Lua
return {
|
|
{ "EdenEast/nightfox.nvim" },
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "nordfox",
|
|
},
|
|
},
|
|
}
|