From e2f348cb371e53d2d45bc2cd8f9a23d63db2d539 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 25 Jul 2023 22:50:39 +0200 Subject: fix: missing nerdfonts Since wezterm upgrade its support for Nerd Fonts 3.0, we should update the codepoints used for some of the Unicode Icons. Their code points are changed due to breaking changes in Nerd Fonts. --- lua/config/dashboard-nvim.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lua/config/dashboard-nvim.lua') diff --git a/lua/config/dashboard-nvim.lua b/lua/config/dashboard-nvim.lua index 2519aec..55a268d 100644 --- a/lua/config/dashboard-nvim.lua +++ b/lua/config/dashboard-nvim.lua @@ -21,25 +21,25 @@ conf.header = { conf.center = { { - icon = " ", + icon = "󰈞 ", desc = "Find File ", action = "Leaderf file --popup", key = " f f", }, { - icon = " ", + icon = "󰈢 ", desc = "Recently opened files ", action = "Leaderf mru --popup", key = " f r", }, { - icon = " ", + icon = "󰈬 ", desc = "Project grep ", action = "Leaderf rg --popup", key = " f g", }, { - icon = " ", + icon = " ", desc = "Open Nvim config ", action = "tabnew $MYVIMRC | tcd %:p:h", key = " e v", @@ -51,7 +51,7 @@ conf.center = { key = "e", }, { - icon = " ", + icon = "󰗼 ", desc = "Quit Nvim ", -- desc = "Quit Nvim ", action = "qa", -- cgit v1.2.3