commit 4195e9418c4324a4d80db4d3d07745e5d8127643 from: Andre Mazzotti Bertachini date: Fri Jul 18 17:18:40 2025 UTC Instant git blame commit - 42726e751f056c3b0a1412fbeb76abd9ea5b9202 commit + 4195e9418c4324a4d80db4d3d07745e5d8127643 blob - e1cf6784840d185440de8623198bde3af9807c75 blob + 4489f96080dc6029fcfbf24a804e62ad560b86c1 --- lua/plugins/gitsigns.lua +++ lua/plugins/gitsigns.lua @@ -11,7 +11,7 @@ return { current_line_blame_opts = { virt_text = true, virt_text_pos = 'eol', -- 'eol' | 'overlay' | 'right_align' - delay = 100, + delay = 0, ignore_whitespace = false, virt_text_priority = 100, use_focus = true,