actually source the plugin

This commit is contained in:
Daylin Morgan 2023-04-24 13:36:31 -05:00
parent 72c9fa386e
commit 05c3181b03
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
2 changed files with 28 additions and 16 deletions

View file

@ -1,3 +1,10 @@
return {
{ "mickael-menu/zk-nvim" },
{
"mickael-menu/zk-nvim",
config = function()
require("zk").setup({
-- See Setup section below
})
end,
},
}

View file

@ -4,21 +4,26 @@ return {
opts = function()
local dashboard = require("alpha.themes.dashboard")
local logo = [[
]]
]]
dashboard.section.header.val = vim.split(logo, "\n")
math.randomseed(os.time())