From e184d7cee358abc277a51f040cacf236f1eaceab Mon Sep 17 00:00:00 2001 From: JP Appel Date: Fri, 16 Aug 2024 16:28:22 -0400 Subject: removed lspzero, updated keymaps --- nvim/lua/plugins/fugitive.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'nvim/lua/plugins/fugitive.lua') 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 = { - {"gs", vim.cmd.Git, desc = "Git Status"} - } + -- keys = { + -- { "gs", vim.cmd.Git, desc = "Git Status" } + -- }, + cmd = {'Git'} } -- cgit v1.2.3