summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/alpha.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/ben/plugins/alpha.lua')
-rw-r--r--lua/ben/plugins/alpha.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/lua/ben/plugins/alpha.lua b/lua/ben/plugins/alpha.lua
index 1a25baa..f694fbd 100644
--- a/lua/ben/plugins/alpha.lua
+++ b/lua/ben/plugins/alpha.lua
@@ -1,8 +1,8 @@
return {
- "goolord/alpha-nvim",
- event = "VimEnter",
- dependencies = "nvim-tree/nvim-web-devicons",
- config = function()
- require("alpha").setup(require("alpha.themes.theta").config)
- end,
+ "goolord/alpha-nvim",
+ event = "VimEnter",
+ dependencies = "nvim-tree/nvim-web-devicons",
+ config = function()
+ require("alpha").setup(require("alpha.themes.theta").config)
+ end,
}