git mappings

master
blob42 7 months ago
parent e2f531c697
commit 56f5ad5f34

@ -1018,6 +1018,13 @@ M["todo-comments"] = {
}
-- git
M.git = {
plugin = true,
n = {
["<leader>gP"] = { "<cmd> Git push<CR>", "git push" },
}
}
M.gitsigns = {
plugin = true,
n = {

@ -535,7 +535,10 @@ return {
},
["tpope/vim-fugitive"] = {
cmd = { "G", "Git", "G*" }
cmd = { "G", "Git", "G*" },
setup = function()
require("core.utils").load_mappings 'git'
end,
},
["sindrets/diffview.nvim"] = {

Loading…
Cancel
Save