From f4ec607e527d4c58a9681f1e9952fa87434ffcfe Mon Sep 17 00:00:00 2001 From: Marcelo Jacobus Date: Sun, 29 Jun 2025 21:57:38 -0300 Subject: [PATCH] Fix vim fugitive --- lua/plugins/fugitive.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lua/plugins/fugitive.lua b/lua/plugins/fugitive.lua index 38009dc..aa2b96d 100644 --- a/lua/plugins/fugitive.lua +++ b/lua/plugins/fugitive.lua @@ -1,9 +1,7 @@ return { "tpope/vim-fugitive", + lazy = false, -- Load the plugin at startup keys = { - -- Unmap the default mapping for gS (if it exists) - { "gS", false }, - -- Define your custom mappings { "gS", "Git", desc = "Git status" }, { "gw", "Git add %", desc = "Git add {file}" },