feat: remove git-blame delay time

pull/98/head
fm39hz-workstation 2024-05-25 23:42:21 +07:00
parent fd676a6c0b
commit e5f892cd8a
1 changed files with 3 additions and 2 deletions

View File

@ -3,9 +3,10 @@ return {
"f-person/git-blame.nvim",
event = "BufReadPre",
opts = {
delay = 10,
date_format = "%x • %X",
schedule_event = "CursorHold",
clear_event = "CursorHoldI",
-- schedule_event = "CursorHold",
-- clear_event = "CursorHoldI",
},
},
}