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:
zeertzjq 2023-05-04 22:59:39 +08:00 committed by GitHub
parent 84ffb80e45
commit 442d2ab757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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:' },
}