fix: replace deprecated nerdfonts icons

This commit is contained in:
NotAShelf 2023-05-10 13:45:45 +03:00
commit 7eaa559996
No known key found for this signature in database
GPG key ID: 05A3BD53FEB32B81
3 changed files with 5 additions and 5 deletions

View file

@ -184,7 +184,7 @@ in {
{
"diagnostics",
sources = {'nvim_lsp', 'nvim_diagnostic', 'coc'},
symbols = {error = ' ', warn = ' ', info = ' ', hint = ' '}
symbols = {error = '󰅙 ', warn = ' ', info = ' ', hint = '󰌵 '}
},
}
'';