feat: config gitblame

This commit is contained in:
fm39hz-workstation 2024-05-20 15:47:40 +07:00 committed by fm39hz-laptop
parent 69679a2922
commit 19a7575b94

View file

@ -2,7 +2,11 @@ return {
{ {
"f-person/git-blame.nvim", "f-person/git-blame.nvim",
lazy = true, lazy = true,
event = "VeryLazy", event = "BufReadPre",
opts = {}, opts = {
date_format = "%x • %X",
schedule_event = "CursorHold",
clear_event = "CursorHoldI",
},
}, },
} }