feat: config gitblame

pull/99/head
fm39hz-workstation 2024-05-20 15:47:40 +07:00 committed by fm39hz-laptop
parent 69679a2922
commit 19a7575b94
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",
},
},
}