11 lines
352 B
Lua
11 lines
352 B
Lua
return {
|
|
{
|
|
'ellisonleao/gruvbox.nvim',
|
|
lazy = false,
|
|
priority = 1000,
|
|
config = function()
|
|
vim.cmd([[colorscheme gruvbox]])
|
|
end,
|
|
opts = { style = 'dark' }
|
|
},
|
|
} -- Main theme should be load during startup.
|