vim.pack.add({ 'https://github.com/sainnhe/gruvbox-material', }) vim.g.gruvbox_material_enable_italic = true vim.g.gruvbox_material_background = 'hard' vim.g.gruvbox_material_better_performance = 1 vim.cmd.colorscheme('gruvbox-material')