mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-11 09:52:31 +00:00
fix(ui): do not show virt_lines for messages
This commit is contained in:
parent
d8f26efd45
commit
1743af2ef3
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ function M:update()
|
||||||
diag.lnum = diag.row - 1
|
diag.lnum = diag.row - 1
|
||||||
return diag
|
return diag
|
||||||
end, self._diagnostics),
|
end, self._diagnostics),
|
||||||
{ signs = false, virtual_text = true, underline = false }
|
{ signs = false, virtual_text = true, underline = false, virtual_lines = false }
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue