summaryrefslogtreecommitdiffstats
path: root/roles/hyprtheme/files/themes/gruvbox/neovim.lua
blob: edaf0d549cb74f27fc5f44442f1e99737b61e76b (plain) (blame)
1
2
3
4
5
6
7
8
9
return {
	{ "ellisonleao/gruvbox.nvim" },
	{
		"LazyVim/LazyVim",
		opts = {
			colorscheme = "gruvbox",
		},
	},
}