dashboard: Fix alignment

This commit is contained in:
Akianonymus 2021-08-20 15:23:04 +05:30 committed by siduck76
parent e15e79b519
commit 4c04160b87
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {