git blame snacks
This commit is contained in:
@ -21,6 +21,13 @@ return {
|
||||
words = { enabled = true },
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
"<leader>gl",
|
||||
function()
|
||||
Snacks.git.blame_line()
|
||||
end,
|
||||
desc = "Snacks blame line",
|
||||
},
|
||||
{
|
||||
"<leader>gg",
|
||||
function()
|
||||
|
Reference in New Issue
Block a user