feat(dashboard): add repo as footer
This commit is contained in:
parent
1b7df448f5
commit
d4b0ff49be
1 changed files with 3 additions and 3 deletions
|
@ -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' }
|
||||
|
|
Loading…
Add table
Reference in a new issue