mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
10 lines
114 B
Lua
10 lines
114 B
Lua
return {
|
|
{ "EdenEast/nightfox.nvim" },
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "nordfox",
|
|
},
|
|
},
|
|
}
|