fix(extras): underline = false for setting diagnostics

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:03:01 +03:00
parent 0a9373733f
commit 8163384165

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