From 4c04160b87799518f33183a4941697425aacecc3 Mon Sep 17 00:00:00 2001 From: Akianonymus Date: Fri, 20 Aug 2021 15:23:04 +0530 Subject: [PATCH] dashboard: Fix alignment --- lua/plugins/dashboard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/dashboard.lua b/lua/plugins/dashboard.lua index 8ac6fd8..4158cac 100644 --- a/lua/plugins/dashboard.lua +++ b/lua/plugins/dashboard.lua @@ -30,7 +30,7 @@ g.dashboard_custom_section = { c = { description = { " Find Word SPC f w" }, command = "Telescope live_grep" }, d = { description = { "洛 New File SPC f n" }, command = "DashboardNewFile" }, e = { description = { " Bookmarks SPC b m" }, command = "Telescope marks" }, - f = { description = { " Load Last Session SPC l" }, command = "SessionLoad" }, + f = { description = { " Load Last Session SPC l " }, command = "SessionLoad" }, } g.dashboard_custom_footer = {