13 lines
148 B
Lua
13 lines
148 B
Lua
return {
|
|
{
|
|
"bjarneo/white.nvim",
|
|
priority = 1000,
|
|
},
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "white",
|
|
},
|
|
},
|
|
}
|