Fix alpha issue

This commit is contained in:
Andreas Tsouchlos 2024-03-17 00:04:57 +01:00
parent 6eed4b469c
commit 71053e4f28

View File

@ -44,7 +44,7 @@ end
return { return {
{ {
"goolord/alpha-nvim", "goolord/alpha-nvim",
event = "VimEnter", lazy=false,
config = function() config = function()
local dashboard = require("alpha.themes.dashboard") local dashboard = require("alpha.themes.dashboard")
dashboard.section.header.val = get_random_image() dashboard.section.header.val = get_random_image()