doc: fix hint icon doc in diagnostics component (#426)

This commit is contained in:
Anakael 2021-11-09 07:03:03 +03:00 committed by GitHub
parent 9143f8a8d0
commit 3b1a367d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ M.symbols = {
error = '', -- xf659
warn = '', -- xf529
info = '', -- xf7fc
hint = '', -- xf838
hint = '', -- xf835
},
no_icons = { error = 'E:', warn = 'W:', info = 'I:', hint = 'H:' },
}