mirror of https://github.com/folke/lazy.nvim.git
fix(ui): always show diagnostics virtual text
This commit is contained in:
parent
25132fc08f
commit
0f713b2958
|
@ -84,7 +84,7 @@ function M:update()
|
|||
diag.lnum = diag.row - 1
|
||||
return diag
|
||||
end, self._diagnostics),
|
||||
{ signs = false }
|
||||
{ signs = false, virtual_text = true }
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue