From d4b0ff49be5e0aeef1e144c63d543b0fae70bf81 Mon Sep 17 00:00:00 2001 From: Matt Leong Date: Fri, 5 Nov 2021 16:02:37 -0700 Subject: [PATCH] feat(dashboard): add repo as footer --- lua/cosmic/core/dashboard/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/cosmic/core/dashboard/init.lua b/lua/cosmic/core/dashboard/init.lua index 5b03feb..e685310 100644 --- a/lua/cosmic/core/dashboard/init.lua +++ b/lua/cosmic/core/dashboard/init.lua @@ -25,7 +25,7 @@ g.dashboard_session_directory = vim.fn.stdpath('data') .. '/sessions' g.dashboard_custom_section = { find_file = { - description = { icons.file1 .. ' Find File ff' }, + description = { icons.file1 .. ' Find File ff' }, command = 'Telescope find_files', }, file_explorer = { @@ -37,9 +37,9 @@ g.dashboard_custom_section = { command = 'NvimTreeToggle', }, last_session = { - description = { icons.clock .. ' Load session sl' }, + description = { icons.clock .. ' Load Session sl' }, command = 'lua vim.cmd(":silent RestoreSession")', }, } -g.dashboard_custom_footer = { '💫' } +g.dashboard_custom_footer = { '💫 github.com/mattleong/CosmicNvim' }