sunhat/themes/neovim/gruvbox.lua
David Heinemeier Hansson 669423f43a Not explaining anything
2024-06-03 20:26:47 -07:00

10 lines
116 B
Lua

return {
{ "ellisonleao/gruvbox.nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "gruvbox",
},
},
}