1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update fugitive settings

This commit is contained in:
jdhao
2021-07-27 00:01:45 +08:00
parent 69e9a6b872
commit 7ff53d1b91
2 changed files with 2 additions and 2 deletions

View File

@@ -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' }