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 = {
|
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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue