summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/alpha.lua
blob: f694fbd29cb289de77bc6e747e6be9241ba5f453 (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,
}