Terence Ponce a3ee26ebf2
Change theme to gruvbox (#4)
This is the flavour of the month
2023-04-03 17:31:53 +01:00

9 lines
153 B
Lua

return {
'ellisonleao/gruvbox.nvim',
priority = 1000,
config = function()
vim.cmd.colorscheme 'gruvbox'
vim.o.background = 'dark'
end,
}