feat!: switch to Nerd Fonts v3.0.0 for diagnostic symbols (#1033)
Ref https://github.com/ryanoasis/nerd-fonts/issues/1059#issuecomment-1404891287
This commit is contained in:
parent
84ffb80e45
commit
442d2ab757
|
@ -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:' },
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue