return {
{
"rose-pine/neovim",
name = "rose-pine",
config = function()
require("rose-pine").setup({
groups = {
background = "none",
},
})
end,
-- Configure LazyVim to load rose-pine
"LazyVim/LazyVim",
opts = {
colorscheme = "rose-pine",
}