From 4286c610562bb4dd9d288b47d60bdaf28a70438d Mon Sep 17 00:00:00 2001 From: "Vito G. Graffagnino" Date: Fri, 3 Jun 2022 19:46:30 +0100 Subject: Minor fixes --- lua/user/alpha.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lua/user/alpha.lua') diff --git a/lua/user/alpha.lua b/lua/user/alpha.lua index 249a166..5530e52 100644 --- a/lua/user/alpha.lua +++ b/lua/user/alpha.lua @@ -22,18 +22,18 @@ dashboard.section.buttons.val = { dashboard.button("q", " Quit Neovim", ":qa"), } -local function footer() +-- local function footer() -- NOTE: requires the fortune-mod package to work -- local handle = io.popen("fortune") -- local fortune = handle:read("*a") -- handle:close() -- return fortune - return "chrisatmachine.com" -end +-- return "chrisatmachine.com" +-- end -dashboard.section.footer.val = footer() +-- dashboard.section.footer.val = footer() -dashboard.section.footer.opts.hl = "Type" +-- dashboard.section.footer.opts.hl = "Type" dashboard.section.header.opts.hl = "Include" dashboard.section.buttons.opts.hl = "Keyword" -- cgit v1.2.3