aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/git-blame.lua
blob: 22f9aed7396e7320f12ebc75a962f92d69d243eb (plain)
1
2
3
4
5
6
7
return {
    "f-person/git-blame.nvim",
    event = "VeryLazy",
    opts = {
        date_format = "%r",
    },
}