summaryrefslogtreecommitdiffstats
path: root/roles/hyprtheme/files/themes/everforest/neovim.lua
blob: 80551c7801fcdb0202a030356bacb227c98d09ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
return {
	{ "neanias/everforest-nvim" },
	{
		"LazyVim/LazyVim",
		opts = {
			colorscheme = "everforest",
			background = "soft",
		},
	},
}