Skip to content

Commit 0f713b2

Browse files
committed
fix(ui): always show diagnostics virtual text
1 parent 25132fc commit 0f713b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/view/render.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function M:update()
8484
diag.lnum = diag.row - 1
8585
return diag
8686
end, self._diagnostics),
87-
{ signs = false }
87+
{ signs = false, virtual_text = true }
8888
)
8989
end
9090

0 commit comments

Comments
 (0)