mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 05:21:04 +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 {
|
return {
|
||||||
"tpope/vim-fugitive",
|
"tpope/vim-fugitive",
|
||||||
|
lazy = false, -- Load the plugin at startup
|
||||||
keys = {
|
keys = {
|
||||||
-- Unmap the default mapping for <leader>gS (if it exists)
|
|
||||||
{ "<leader>gS", false },
|
|
||||||
|
|
||||||
-- Define your custom mappings
|
-- Define your custom mappings
|
||||||
{ "<leader>gS", "<cmd>Git<cr>", desc = "Git status" },
|
{ "<leader>gS", "<cmd>Git<cr>", desc = "Git status" },
|
||||||
{ "<leader>gw", "<cmd>Git add %<cr>", desc = "Git add {file}" },
|
{ "<leader>gw", "<cmd>Git add %<cr>", desc = "Git add {file}" },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue