Merge pull request 'new help icon' (#14) from help-icon into main

Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
2026-03-18 10:45:12 +00:00

View File

@@ -33,7 +33,7 @@ return {
},
{ icon = "󱗘 ", desc = " Harpoon Search ", key = "fl", action = "Telescope harpoon marks" },
{ icon = "󰒲 ", desc = " Lazy Manager ", key = "z", action = "Lazy" },
{ icon = " ", desc = " Help Tags ", key = "fh", action = "Telescope help_tags" },
{ icon = "󰌵 ", desc = " Help Tags ", key = "fh", action = "Telescope help_tags" },
{ icon = "", desc = " Quit ", key = "q", action = "qa" },
},
-- footer = { vim.fn.strftime("%Y-%m-%d %H:%M:%S") .. " • Mzansi Vim Kickstart" },