Skip to content

Commit 047d154

Browse files
committed
fix(neovim): load 'auto-session' correctly when 'alpha-nvim' activated.
1 parent 18c57f4 commit 047d154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

module/neovim/lua/plugins/specs/alpha-nvim.lua

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
return {
22
"goolord/alpha-nvim",
3+
dependencies = { "rmagatti/auto-session" },
34
event = "VimEnter",
45
config = function()
56
local alpha = require("alpha")

0 commit comments

Comments
 (0)