return { -- Add the Gruvbox plugin { "ellisonleao/gruvbox.nvim", priority = 1000, -- Load early config = true, -- Run the default setup }, -- Tell LazyVim to use Gruvbox as the default colorscheme { "LazyVim/LazyVim", opts = { colorscheme = "gruvbox", }, }, }