diff options
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' } |
