git blame snacks

This commit is contained in:
markus.dieckmann
2025-10-13 11:43:58 +02:00
parent c29ad60bee
commit 87b17e8d2d

View File

@ -21,6 +21,13 @@ return {
words = { enabled = true },
},
keys = {
{
"<leader>gl",
function()
Snacks.git.blame_line()
end,
desc = "Snacks blame line",
},
{
"<leader>gg",
function()