You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
303 B

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",
},
},
}