summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/alpha.lua
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-11-01 16:07:37 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-11-01 16:07:37 -0400
commitc20a1b6e2d6a0fd165e833b536d0b6b7b5d2d670 (patch)
tree9567c067132ccdf97da7ccf0e24607dbee4a05a6 /lua/ben/plugins/alpha.lua
parent6707e9c579b0321e833e2841fa5d5e049674bfb0 (diff)
Use fern instead of netrw
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,
}