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}" },