fix broken icon
This commit is contained in:
parent
b21a66b538
commit
007ba4db83
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ return {
|
||||||
'diagnostics',
|
'diagnostics',
|
||||||
color = { gui = 'bold', bg = '#141617' },
|
color = { gui = 'bold', bg = '#141617' },
|
||||||
sections = { 'error', 'warn', 'info', 'hint' },
|
sections = { 'error', 'warn', 'info', 'hint' },
|
||||||
symbols = { error = "✘ ", warn = " ", info = " ", hint = " " },
|
symbols = { error = " ", warn = " ", info = " ", hint = " " },
|
||||||
padding = 1,
|
padding = 1,
|
||||||
update_in_insert = true
|
update_in_insert = true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue