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:
Iordanis Petkakis
2024-05-30 17:08:34 +03:00
committed by GitHub
parent 0a9373733f
commit 060f56d6d4

View File

@ -200,7 +200,7 @@ function X:update()
diag.lnum = diag.row - 1
return diag
end, self.diag),
{ signs = false, virtual_text = true }
{ signs = false, virtual_text = true, underline = false }
)
end