Skip to content

Commit

Permalink
fix(icons): match new Nerd Fonts 3.0.0 release (#353)
Browse files Browse the repository at this point in the history
See the following links for more information:
- ryanoasis/nerd-fonts#365
- ryanoasis/nerd-fonts#1059 (comment)
  • Loading branch information
XenoPhex committed May 3, 2023
1 parent be2420c commit 529835b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ example config of screenshot
enable = true,
},
shortcut = {
{ desc = ' Update', group = '@property', action = 'Lazy update', key = 'u' },
{ desc = '󰊳 Update', group = '@property', action = 'Lazy update', key = 'u' },
{
icon = '',
icon_hl = '@variable',
Expand Down
2 changes: 1 addition & 1 deletion doc/dashboard.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Hyper ~
enable = true,
},
shortcut = {
{ desc = ' Update', group = '@property', action = 'Lazy update', key = 'u' },
{ desc = '󰊳 Update', group = '@property', action = 'Lazy update', key = 'u' },
{
icon = ' ',
icon_hl = '@variable',
Expand Down
2 changes: 1 addition & 1 deletion lua/dashboard/theme/hyper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ local function project_list(config, callback)
config.project = vim.tbl_extend('force', {
limit = 8,
enable = true,
icon = ' ',
icon = '󰏓 ',
icon_hl = 'DashboardRecentProjectIcon',
action = 'Telescope find_files cwd=',
label = ' Recent Projects:',
Expand Down

0 comments on commit 529835b

Please sign in to comment.