We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c57f4 commit 047d154Copy full SHA for 047d154
module/neovim/lua/plugins/specs/alpha-nvim.lua
@@ -1,5 +1,6 @@
1
return {
2
"goolord/alpha-nvim",
3
+ dependencies = { "rmagatti/auto-session" },
4
event = "VimEnter",
5
config = function()
6
local alpha = require("alpha")
0 commit comments