-- init plugin gruvbox-material vim.g.gruvbox_material_background = 'hard' vim.g.gruvbox_material_foreground = 'material' vim.g.gruvbox_material_enable_italic = true vim.g.gruvbox_material_disable_italic_comment = false vim.g.gruvbox_material_better_performance = 1 vim.cmd.colorscheme('gruvbox-material')