mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
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:
parent
0a9373733f
commit
060f56d6d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue