-- Configure rose-pine and gruvbox-material colorschemes. return { { "rose-pine/neovim" }, { "sainnhe/gruvbox-material" }, { -- Set default colorscheme. "LazyVim/LazyVim", opts = { colorscheme = "gruvbox-material", }, }, }