feat(blame): gitsigns change to default show blame (who changed what)

This commit is contained in:
2026-07-29 22:28:26 +02:00
parent 3645312fb3
commit 4f3a605b77
+2 -2
View File
@@ -55,11 +55,11 @@ require("gitsigns").setup {
},
auto_attach = true,
attach_to_untracked = false,
current_line_blame = false,
current_line_blame = true,
current_line_blame_opts = {
virt_text = true,
virt_text_pos = "eol",
delay = 1000,
delay = 500,
ignore_whitespace = false,
virt_text_priority = 100,
use_focus = true,