From 13dc38343e8528c723eba32316eb4406b276ebe5 Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 29 Jul 2021 00:10:04 +0800 Subject: [PATCH] update packer settings for fugitive.vim --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 26b4bbd..1f86932 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -178,7 +178,7 @@ require('packer').startup( -- use 'airblade/vim-gitgutter' -- Git command inside vim - use {'tpope/vim-fugitive', cmd = {'Git',}} + use {'tpope/vim-fugitive', cmd = {'Git', 'Gwrite'}} -- Better git log display use {'rbong/vim-flog', require = 'tpope/vim-fugitive', cmd = {'Flog'}}