gitsigns: enable line blame

This commit is contained in:
Guanran Wang 2024-02-21 15:19:29 +08:00
parent 12e029571f
commit 59fca1d462
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -1,4 +1,10 @@
return { return {
"lewis6991/gitsigns.nvim", "lewis6991/gitsigns.nvim",
opts = {}, opts = {},
config = {
current_line_blame = true,
current_line_blame_opts = {
delay = 100,
},
},
} }