From 9e9defe4e241f65e9104801c6d2ac51dff429401 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 30 Sep 2021 10:58:51 -0700 Subject: [PATCH] nvim: Update commented out fugitive cmds --- neovim/lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim/lua/plugins.lua b/neovim/lua/plugins.lua index 3629038..af049fb 100644 --- a/neovim/lua/plugins.lua +++ b/neovim/lua/plugins.lua @@ -44,7 +44,7 @@ return require('packer').startup(function() } use { "tpope/vim-fugitive", - -- cmd = { "Git", "Gstatus", "Gblame", "Gpush", "Gpull" }, + -- cmd = {"Git"}, } use { "milkypostman/vim-togglelist",