config-files/lua/plugins/gruvbox.lua
2025-11-30 02:06:38 -08:00

12 lines
270 B
Lua

return {
'lifepillar/vim-gruvbox8',
commit = '75614aff9669abd7f8b0aae58fdfbaddfebee1e0',
lazy = false,
priority = 1000,
init = function()
vim.g.gruvbox_contrast_dark = 'hard'
end,
config = function()
vim.cmd([[colorscheme gruvbox8_hard]])
end,
}