diff --git a/after/plugin/fugitive.lua b/after/plugin/fugitive.lua index a80d0b1..18df603 100644 --- a/after/plugin/fugitive.lua +++ b/after/plugin/fugitive.lua @@ -1,3 +1,4 @@ +vim.keymap.set("n", "gc", "Git commitK") vim.keymap.set("n", "gs", "GitK") vim.api.nvim_create_autocmd("BufWinEnter", {