14 lines
182 B
Lua
14 lines
182 B
Lua
return {
|
|
{
|
|
-- "bjarneo/white.nvim",
|
|
dir = "~/Code/white.nvim",
|
|
priority = 1000,
|
|
},
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "white",
|
|
},
|
|
},
|
|
}
|