Fix vim fugitive

This commit is contained in:
Marcelo Jacobus 2025-06-29 21:57:38 -03:00
parent 02e53ab522
commit f4ec607e52

View file

@ -1,9 +1,7 @@
return {
"tpope/vim-fugitive",
lazy = false, -- Load the plugin at startup
keys = {
-- Unmap the default mapping for <leader>gS (if it exists)
{ "<leader>gS", false },
-- Define your custom mappings
{ "<leader>gS", "<cmd>Git<cr>", desc = "Git status" },
{ "<leader>gw", "<cmd>Git add %<cr>", desc = "Git add {file}" },