mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
9 lines
126 B
Lua
9 lines
126 B
Lua
return {
|
|
{ "EdenEast/nightfox.nvim" },
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "terafox",
|
|
},
|
|
},
|
|
}
|