feat: config gitblame

This commit is contained in:
fm39hz-workstation 2024-05-20 15:47:40 +07:00
parent 8e3296a3f8
commit f889323703

View file

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