dotfiles/.config/nvim/lua/klowner/plugins/tpope-vim-fugitive.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"},
},
}