Update nvim dashboard icons

This commit is contained in:
Marko Korhonen 2023-04-14 00:14:27 +03:00
parent ac671aabf0
commit b2cd7e23dc
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -6,16 +6,16 @@ return function()
enable = true,
},
shortcut = {
{ desc = "Update", group = "@property", action = "Lazy update", key = "u" },
{ icon = "🧲 ", desc = "Update", group = "@property", action = "Lazy update", key = "u" },
{
icon = " ",
icon = "🖹 ",
icon_hl = "@variable",
desc = "Files",
group = "Label",
action = "Telescope find_files",
key = "f",
},
{ desc = "Quit", action = "q", key = "q" },
{ icon = "", desc = "Quit", action = "q", key = "q" },
},
},
})