From d45c1ffd7ade8c62c54fc29944821ff27af22884 Mon Sep 17 00:00:00 2001 From: greycode Date: Fri, 1 Dec 2023 20:42:22 +0800 Subject: [PATCH] fix: cant't display search icon in iterm2 --- lua/lazyvim/plugins/extras/ui/alpha.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/ui/alpha.lua b/lua/lazyvim/plugins/extras/ui/alpha.lua index 8feee188..4cd66b61 100644 --- a/lua/lazyvim/plugins/extras/ui/alpha.lua +++ b/lua/lazyvim/plugins/extras/ui/alpha.lua @@ -23,7 +23,7 @@ return { dashboard.section.header.val = vim.split(logo, "\n") -- stylua: ignore dashboard.section.buttons.val = { - dashboard.button("f", " " .. " Find file", " Telescope find_files "), + dashboard.button("f", " " .. " Find file", " Telescope find_files "), dashboard.button("n", " " .. " New file", " ene startinsert "), dashboard.button("r", " " .. " Recent files", " Telescope oldfiles "), dashboard.button("g", " " .. " Find text", " Telescope live_grep "),