fix: diagnostic float color

This commit is contained in:
Matthew Leong 2023-01-10 21:45:57 -08:00
parent c58f388739
commit a3d607d2cc

View file

@ -30,7 +30,7 @@ local config = u.merge({
float = { float = {
border = user_config.border, border = user_config.border,
focusable = false, focusable = false,
header = { icons.debug .. ' Diagnostics:', 'Normal' }, header = { icons.debug .. ' Diagnostics:', 'DiagnosticInfo' },
scope = 'line', scope = 'line',
suffix = '', suffix = '',
source = false, source = false,