diff options
Diffstat (limited to 'lua/user/alpha.lua')
| -rw-r--r-- | lua/user/alpha.lua | 10 |
1 files changed, 5 insertions, 5 deletions
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<CR>"), } -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" |
