File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -91,26 +91,26 @@ return {
91
91
keys = { { " <leader>gn" , " <cmd>Neogit<cr>" , desc = " Neogit" } },
92
92
},
93
93
94
- -- {
95
- -- "tpope/vim-fugitive",
96
- -- cmd = {
97
- -- "G",
98
- -- "Git",
99
- -- "Gedit",
100
- -- "Gsplit",
101
- -- "Gdiffsplit",
102
- -- "Gvdiffsplit",
103
- -- "Gread",
104
- -- "Gwrite",
105
- -- "Ggrep",
106
- -- "GMove",
107
- -- "GRename",
108
- -- "GDelete",
109
- -- "GRemove",
110
- -- "GBrowse",
111
- -- },
112
- -- keys = { { "<leader>gB", "<cmd>Git blame<cr>", desc = "Blame" } },
113
- -- },
94
+ {
95
+ " tpope/vim-fugitive" ,
96
+ cmd = {
97
+ " G" ,
98
+ " Git" ,
99
+ " Gedit" ,
100
+ " Gsplit" ,
101
+ " Gdiffsplit" ,
102
+ " Gvdiffsplit" ,
103
+ " Gread" ,
104
+ " Gwrite" ,
105
+ " Ggrep" ,
106
+ " GMove" ,
107
+ " GRename" ,
108
+ " GDelete" ,
109
+ " GRemove" ,
110
+ " GBrowse" ,
111
+ },
112
+ -- keys = { { "<leader>gB", "<cmd>Git blame<cr>", desc = "Blame" } },
113
+ },
114
114
115
115
-- {
116
116
-- "kdheepak/lazygit.nvim",
You can’t perform that action at this time.
0 commit comments