mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: config gitblame
This commit is contained in:
parent
69679a2922
commit
19a7575b94
1 changed files with 6 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue