Files
arthur-os/themes/white/neovim.lua
T
2026-02-21 18:53:58 +01:00

14 lines
182 B
Lua

return {
{
-- "bjarneo/white.nvim",
dir = "~/Code/white.nvim",
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "white",
},
},
}