doc: fix hint icon doc in diagnostics component (#426)
This commit is contained in:
parent
9143f8a8d0
commit
3b1a367d76
|
@ -8,7 +8,7 @@ M.symbols = {
|
||||||
error = ' ', -- xf659
|
error = ' ', -- xf659
|
||||||
warn = ' ', -- xf529
|
warn = ' ', -- xf529
|
||||||
info = ' ', -- xf7fc
|
info = ' ', -- xf7fc
|
||||||
hint = ' ', -- xf838
|
hint = ' ', -- xf835
|
||||||
},
|
},
|
||||||
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