fix broken icon

This commit is contained in:
xesc 2023-12-17 13:59:08 +01:00
parent b21a66b538
commit 007ba4db83

View file

@ -64,7 +64,7 @@ return {
'diagnostics',
color = { gui = 'bold', bg = '#141617' },
sections = { 'error', 'warn', 'info', 'hint' },
symbols = { error = " ", warn = "", info = "", hint = "󰌶 " },
symbols = { error = "󰈸 ", warn = "", info = "", hint = "󰌶 " },
padding = 1,
update_in_insert = true
},