fix: diagnostic float color
This commit is contained in:
parent
c58f388739
commit
a3d607d2cc
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ local config = u.merge({
|
|||
float = {
|
||||
border = user_config.border,
|
||||
focusable = false,
|
||||
header = { icons.debug .. ' Diagnostics:', 'Normal' },
|
||||
header = { icons.debug .. ' Diagnostics:', 'DiagnosticInfo' },
|
||||
scope = 'line',
|
||||
suffix = '',
|
||||
source = false,
|
||||
|
|
Loading…
Add table
Reference in a new issue