feat: config gitblame

pull/98/head
fm39hz-workstation 2024-05-20 15:47:40 +07:00
parent 8e3296a3f8
commit f889323703
1 changed files with 6 additions and 2 deletions

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",
},
},
}