vim: add bold diagnostic icons
This commit is contained in:
parent
b9ecc49df2
commit
b9f152ce66
1 changed files with 9 additions and 0 deletions
|
@ -9,6 +9,15 @@ M.diagnostics = {
|
|||
Warn = ' ',
|
||||
}
|
||||
|
||||
M.diagnostics_bold = {
|
||||
Debug = ' ',
|
||||
Error = ' ',
|
||||
Hint = ' ',
|
||||
Info = ' ',
|
||||
Trace = '✎ ',
|
||||
Warn = ' ',
|
||||
}
|
||||
|
||||
M.git = {
|
||||
Branch = '', --
|
||||
file = {
|
||||
|
|
Loading…
Add table
Reference in a new issue