mirror of https://github.com/LazyVim/starter
10 lines
126 B
Lua
10 lines
126 B
Lua
|
return {
|
||
|
{ "EdenEast/nightfox.nvim" },
|
||
|
{
|
||
|
"LazyVim/LazyVim",
|
||
|
opts = {
|
||
|
colorscheme = "terafox",
|
||
|
},
|
||
|
},
|
||
|
}
|