8 lines
253 B
Lua
8 lines
253 B
Lua
return {
|
|
"tpope/vim-fugitive",
|
|
keys = {
|
|
{ "<Bslash>b", "<CMD>Git blame<CR>", desc = "Show git blame" },
|
|
{ "<Bslash>l", "<CMD>Git log<CR>", desc = "Show git log" },
|
|
{ "<Bslash>gs", "<CMD>Git status<CR>", desc = "Show git status"},
|
|
},
|
|
}
|