You've already forked dotfiles
9 lines
243 B
Lua
9 lines
243 B
Lua
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')
|