summaryrefslogtreecommitdiffstats
path: root/roles/hyprtheme/files/themes/matte-black/neovim.lua
blob: d8e354d0d720c17ab6ca702e990b039f395ed748 (plain) (blame)
1
2
3
4
5
6
7
8
9
return {
  { "tahayvr/matteblack.nvim", lazy = false, priority = 1000 },
  {
		"LazyVim/LazyVim",
		opts = {
			colorscheme = "matteblack",
		},
	},
}