Skip to content

Commit

Permalink
fix(ui): always show diagnostics virtual text
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Feb 28, 2023
1 parent 25132fc commit 0f713b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/view/render.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0f713b2

Please sign in to comment.