diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-29 00:10:04 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-29 00:10:04 +0800 |
| commit | 13dc38343e8528c723eba32316eb4406b276ebe5 (patch) | |
| tree | ed6e7afd02c998df9f1f5d106c6a572f915fe380 /lua/plugins.lua | |
| parent | 84680878a24ea87ecf1f969e8cf93f9bdc1aba79 (diff) | |
update packer settings for fugitive.vim
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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'}} |
