fix: diagnostic float formatting

This commit is contained in:
Matthew Leong 2023-01-10 21:44:28 -08:00
parent f27a5efeda
commit c58f388739

View file

@ -32,6 +32,7 @@ local config = u.merge({
focusable = false,
header = { icons.debug .. ' Diagnostics:', 'Normal' },
scope = 'line',
suffix = '',
source = false,
format = format_diagnostic,
},