aboutsummaryrefslogtreecommitdiff
path: root/lua/config/dashboard-nvim.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2023-07-25 22:50:39 +0200
committerjdhao <jdhao@hotmail.com>2023-07-25 22:53:20 +0200
commite2f348cb371e53d2d45bc2cd8f9a23d63db2d539 (patch)
treeceba37d4c77d218776115a349315b4c01fc680ed /lua/config/dashboard-nvim.lua
parentfc8175d32d0261393b184001b04109c8257609d1 (diff)
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.
Diffstat (limited to 'lua/config/dashboard-nvim.lua')
-rw-r--r--lua/config/dashboard-nvim.lua10
1 files changed, 5 insertions, 5 deletions
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 = "<Leader> f f",
},
{
- icon = " ",
+ icon = "󰈢 ",
desc = "Recently opened files ",
action = "Leaderf mru --popup",
key = "<Leader> f r",
},
{
- icon = " ",
+ icon = "󰈬 ",
desc = "Project grep ",
action = "Leaderf rg --popup",
key = "<Leader> f g",
},
{
- icon = " ",
+ icon = " ",
desc = "Open Nvim config ",
action = "tabnew $MYVIMRC | tcd %:p:h",
key = "<Leader> e v",
@@ -51,7 +51,7 @@ conf.center = {
key = "e",
},
{
- icon = " ",
+ icon = "󰗼 ",
desc = "Quit Nvim ",
-- desc = "Quit Nvim ",
action = "qa",