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
|
-- default symbols for diagnostics component
|
||||||
M.symbols = {
|
M.symbols = {
|
||||||
icons = {
|
icons = {
|
||||||
error = ' ', -- xf659
|
error = ' ', -- x000f015a
|
||||||
warn = ' ', -- xf529
|
warn = ' ', -- x000f002a
|
||||||
info = ' ', -- xf7fc
|
info = ' ', -- x000f02fd
|
||||||
hint = ' ', -- xf835
|
hint = ' ', -- x000f0336
|
||||||
},
|
},
|
||||||
no_icons = { error = 'E:', warn = 'W:', info = 'I:', hint = 'H:' },
|
no_icons = { error = 'E:', warn = 'W:', info = 'I:', hint = 'H:' },
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue