summaryrefslogtreecommitdiffstats
path: root/roles/hyprtheme/files/themes/catppuccin/neovim.lua
blob: a8683876a3243d5845154069fa65bd1c70a193d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
return {
	{
		"catppuccin/nvim",
		name = "catppuccin",
		priority = 1000,
	},
	{
		"LazyVim/LazyVim",
		opts = {
			colorscheme = "catppuccin",
		},
	},
}