5 lines
198 B
Lua
5 lines
198 B
Lua
vim.g.gruvbox_material_better_performance=1
|
|
vim.g.gruvbox_material_background="medium"
|
|
vim.g.gruvbox_material_foreground="material"
|
|
vim.opt.background="dark"
|
|
vim.cmd('colorscheme gruvbox-material')
|