dashboard: Fix alignment
This commit is contained in:
parent
e15e79b519
commit
4c04160b87
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue