mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Fix vim fugitive
This commit is contained in:
parent
02e53ab522
commit
f4ec607e52
1 changed files with 1 additions and 3 deletions
|
|
@ -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}" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue