Paws/Configs/nvim/lua/plugins/git.lua

8 lines
150 B
Lua
Raw Permalink Normal View History

2024-11-18 10:19:43 +01:00
return {
"f-person/git-blame.nvim",
opts = {
enabled = true,
message_template = "<summary> • <date> • <author>",
},
}