fix(extras): underline = false
for setting diagnostics (#3379)
Similar to ea7b9c3c3f
#
I only noticed this, because in my main config I have some Extras not
managed by `LazyExtras`.
This commit is contained in:

committed by
GitHub

parent
0a9373733f
commit
060f56d6d4
@ -200,7 +200,7 @@ function X:update()
|
|||||||
diag.lnum = diag.row - 1
|
diag.lnum = diag.row - 1
|
||||||
return diag
|
return diag
|
||||||
end, self.diag),
|
end, self.diag),
|
||||||
{ signs = false, virtual_text = true }
|
{ signs = false, virtual_text = true, underline = false }
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user