fix(extras): underline = false for setting diagnostics (#3379)

Similar to https://github.com/folke/lazy.nvim/commit/ea7b9c3c3fd9026e1a5ae27950585df9a42ccd5b#
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
+1 -1
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