vim: add bold diagnostic icons

This commit is contained in:
Fernando Schauenburg 2024-02-17 22:38:47 +01:00
parent b9ecc49df2
commit b9f152ce66

View file

@ -9,6 +9,15 @@ M.diagnostics = {
Warn = '',
}
M.diagnostics_bold = {
Debug = '',
Error = '',
Hint = '󰌵 ',
Info = '',
Trace = '',
Warn = '',
}
M.git = {
Branch = '󰘬', -- 
file = {