Skip to content

Commit

Permalink
feat!: switch to Nerd Fonts v3.0.0 for diagnostic symbols (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeertzjq authored May 4, 2023
1 parent 84ffb80 commit 442d2ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lua/lualine/components/diagnostics/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ local M = {}
-- default symbols for diagnostics component
M.symbols = {
icons = {
error = ' ', -- xf659
warn = ' ', -- xf529
info = ' ', -- xf7fc
hint = ' ', -- xf835
error = '󰅚 ', -- x000f015a
warn = '󰀪 ', -- x000f002a
info = '󰋽 ', -- x000f02fd
hint = '󰌶 ', -- x000f0336
},
no_icons = { error = 'E:', warn = 'W:', info = 'I:', hint = 'H:' },
}
Expand Down

0 comments on commit 442d2ab

Please sign in to comment.