Skip to content

Commit

Permalink
feat(diagnostics): virtual_lines (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
n3wborn authored Feb 1, 2025
1 parent 595f35f commit d0b14bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lsp/diagnostics.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ function M.setup()
update_in_insert = true,
jump = { float = true },
float = _G.global.float_border_opts,
virtual_lines = true,
})
end

Expand Down

0 comments on commit d0b14bc

Please sign in to comment.