feat(dashboard): add repo as footer

This commit is contained in:
Matt Leong 2021-11-05 16:02:37 -07:00
parent 1b7df448f5
commit d4b0ff49be

View file

@ -37,9 +37,9 @@ g.dashboard_custom_section = {
command = 'NvimTreeToggle',
},
last_session = {
description = { icons.clock .. ' Load session <leader>sl' },
description = { icons.clock .. ' Load Session <leader>sl' },
command = 'lua vim.cmd(":silent RestoreSession")',
},
}
g.dashboard_custom_footer = { '💫' }
g.dashboard_custom_footer = { '💫 github.com/mattleong/CosmicNvim' }