diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-27 00:01:45 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-27 00:01:45 +0800 |
| commit | 7ff53d1b91bef34c69b37b95a41841a3456ed68c (patch) | |
| tree | 0df72f8bd296df3575a754b732558c200f71134f /lua/plugins.lua | |
| parent | 69e9a6b872c32d1d7d264949f213a2fc39af90c2 (diff) | |
update fugitive settings
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 4a5386c..af52ac4 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' + use {'tpope/vim-fugitive', cmd = {'Git',}} -- Better git log display use {'rbong/vim-flog', require = 'tpope/vim-fugitive' } |
