mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 13:04:21 +01:00
10 lines
114 B
Lua
10 lines
114 B
Lua
return {
|
|
{ "EdenEast/nightfox.nvim" },
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "nordfox",
|
|
},
|
|
},
|
|
}
|