mirror of https://github.com/LazyVim/starter
feat: config gitblame
parent
69679a2922
commit
19a7575b94
|
@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue