diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 19:46:30 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 19:46:30 +0100 |
| commit | 4286c610562bb4dd9d288b47d60bdaf28a70438d (patch) | |
| tree | fa9d1bdb0e3e1a2907ddc7c684be7803367c2a65 /lua/user/alpha.lua | |
| parent | b6022fe7948825d5452bebc780cb4f919eb9cf12 (diff) | |
Minor fixes
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" |
