feat: git_blame disabled on start
This commit is contained in:
parent
a70a379170
commit
9c12937992
|
@ -1,7 +1,7 @@
|
|||
MiniDeps.later(function()
|
||||
MiniDeps.add("f-person/git-blame.nvim")
|
||||
require("gitblame").setup({
|
||||
enabled = true,
|
||||
enabled = false,
|
||||
message_template = " <sha>: <author> <date> <summary>",
|
||||
date_format = "%Y-%m-%d",
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue