feat: remove git-blame delay time

This commit is contained in:
fm39hz-workstation 2024-05-25 23:42:21 +07:00 committed by fm39hz-laptop
parent e07b603807
commit 5a3f50a14d

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