Skip to content

Commit d8aa0e5

Browse files
committed
Added virtual lines for diagnostic errors
1 parent 38e0552 commit d8aa0e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,9 @@ require('lazy').setup({
554554
severity_sort = true,
555555
float = { border = 'rounded', source = 'if_many' },
556556
underline = { severity = vim.diagnostic.severity.ERROR },
557+
virtual_lines = {
558+
current_line = true,
559+
},
557560
signs = vim.g.have_nerd_font and {
558561
text = {
559562
[vim.diagnostic.severity.ERROR] = '󰅚 ',

0 commit comments

Comments
 (0)