summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/custom/plugins/gruvbox_material.lua
blob: 8b0d51f02960a12d903e0d4a0381123f54fb2950 (plain)
1
2
3
4
5
6
7
-- 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')