5 lines
132 B
Lua
5 lines
132 B
Lua
return {
|
|
{ "bjarneo/lupine.nvim", name = "lupine", priority = 1000 },
|
|
{ "LazyVim/LazyVim", opts = { colorscheme = "lupine" } },
|
|
}
|