aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua/plugins/fugitive.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/fugitive.lua')
-rw-r--r--nvim/lua/plugins/fugitive.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/nvim/lua/plugins/fugitive.lua b/nvim/lua/plugins/fugitive.lua
index a203ea8..0607bdb 100644
--- a/nvim/lua/plugins/fugitive.lua
+++ b/nvim/lua/plugins/fugitive.lua
@@ -1,6 +1,7 @@
return {
'tpope/vim-fugitive', -- close to native git command integrations
- keys = {
- {"<leader>gs", vim.cmd.Git, desc = "Git Status"}
- }
+ -- keys = {
+ -- { "<leader>gs", vim.cmd.Git, desc = "Git Status" }
+ -- },
+ cmd = {'Git'}
}