summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/alpha.lua
blob: 1a25baa4db4ddb66fd09a73324fe7b817bea3bce (plain)
1
2
3
4
5
6
7
8
return {
	"goolord/alpha-nvim",
	event = "VimEnter",
	dependencies = "nvim-tree/nvim-web-devicons",
	config = function()
		require("alpha").setup(require("alpha.themes.theta").config)
	end,
}